forked from Lainports/freebsd-ports
- 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
10 lines
278 B
Text
10 lines
278 B
Text
--- 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
|
|
|