diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-04-07 17:08:16 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-04-07 17:08:16 +0000 |
commit | 95d8563ce80815f4104c8ad6160e072917acecb5 (patch) | |
tree | aa9c625dbecae3ccb73a44df9d8f6616b2ef0153 /net-analyzer/rrdtool/files | |
parent | Fix src_unpack() (Manifest recommit) (diff) | |
download | gentoo-2-95d8563ce80815f4104c8ad6160e072917acecb5.tar.gz gentoo-2-95d8563ce80815f4104c8ad6160e072917acecb5.tar.bz2 gentoo-2-95d8563ce80815f4104c8ad6160e072917acecb5.zip |
Version bumped.
Diffstat (limited to 'net-analyzer/rrdtool/files')
-rw-r--r-- | net-analyzer/rrdtool/files/digest-rrdtool-1.0.47 | 1 | ||||
-rw-r--r-- | net-analyzer/rrdtool/files/rrdtool-1.0.47-fPIC.patch | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/net-analyzer/rrdtool/files/digest-rrdtool-1.0.47 b/net-analyzer/rrdtool/files/digest-rrdtool-1.0.47 new file mode 100644 index 000000000000..2dceff9395a2 --- /dev/null +++ b/net-analyzer/rrdtool/files/digest-rrdtool-1.0.47 @@ -0,0 +1 @@ +MD5 19fec533ad125b2538f5e27b3be6dfd6 rrdtool-1.0.47.tar.gz 1462489 diff --git a/net-analyzer/rrdtool/files/rrdtool-1.0.47-fPIC.patch b/net-analyzer/rrdtool/files/rrdtool-1.0.47-fPIC.patch new file mode 100644 index 000000000000..2e740dbdaf07 --- /dev/null +++ b/net-analyzer/rrdtool/files/rrdtool-1.0.47-fPIC.patch @@ -0,0 +1,11 @@ +--- src/Makefile.in 2004-03-18 14:32:51.670818448 +0000 ++++ src/Makefile.in 2004-03-18 14:33:05.911258477 +0000 +@@ -336,7 +336,7 @@ + @AMDEP_TRUE@ ./$(DEPDIR)/rrd_xport.Plo + COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ ++LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) -prefer-pic $(DEFS) $(DEFAULT_INCLUDES) \ + $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) + CCLD = $(CC) + LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |