diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-11 20:57:56 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-11 20:57:56 +0000 |
commit | 0bfc0ed369ad426a06ef565709aab06b62ac5547 (patch) | |
tree | b4d68376d53533483d90b1a32935612524fffe51 /databases/rrdtool10/files/patch-src-Makefile.am | |
parent | - Allow staging as a regular user (diff) |
- Remove USE_AUTOTOOLS=libtool
- Add USE_AUTOTOOLS=libtoolize (and others) because the configure script
hasn't been generated with the same version of libtool as the bundled
ltmain.sh script
- Remove -fPIC and --with-pic
Diffstat (limited to 'databases/rrdtool10/files/patch-src-Makefile.am')
-rw-r--r-- | databases/rrdtool10/files/patch-src-Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/rrdtool10/files/patch-src-Makefile.am b/databases/rrdtool10/files/patch-src-Makefile.am new file mode 100644 index 000000000000..41ea39cf967e --- /dev/null +++ b/databases/rrdtool10/files/patch-src-Makefile.am @@ -0,0 +1,10 @@ +--- src/Makefile.am.orig 2005-03-12 16:59:41 UTC ++++ src/Makefile.am +@@ -91,7 +91,6 @@ librrd_la_LDFLAGS = -version-inf + include_HEADERS = rrd.h + + librrd_private_la_LIBADD = $(RRD_LIBS) +-librrd_private_la_LDFLAGS = -static + + bin_PROGRAMS = rrdcgi rrdtool rrdupdate + |