diff options
Diffstat (limited to 'net/rrdtool/files')
-rw-r--r-- | net/rrdtool/files/patch-bindings__python__Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/rrdtool/files/patch-bindings__python__Makefile.in b/net/rrdtool/files/patch-bindings__python__Makefile.in new file mode 100644 index 000000000000..048da9a4b25d --- /dev/null +++ b/net/rrdtool/files/patch-bindings__python__Makefile.in @@ -0,0 +1,10 @@ +--- ./bindings/python/Makefile.in.orig Thu Feb 1 13:52:06 2007 ++++ ./bindings/python/Makefile.in Wed Feb 7 10:19:12 2007 +@@ -233,6 +233,7 @@ + target_os = @target_os@ + target_vendor = @target_vendor@ + AM_CPPFLAGS = @CFLAGS@ -I$(top_srcdir)/src @PYTHON_INCLUDES@ ++rrdtoolmodule_so_LDFLAGS = -module -shared + rrdtoolmodule_so_LDADD = $(top_builddir)/src/librrd.la + rrdtoolmodule_so_SOURCES = rrdtoolmodule.c + noinst_HEADERS = rrd_extra.h |