diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-18 15:23:22 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-18 15:23:22 +0000 |
commit | 08c5fb9c671d188efea223d5a6a757f79c31f07b (patch) | |
tree | 1d58bf817dcaa2bfa2f8246fa02a19df4d06934c /net-analyzer/rrdtool/files | |
parent | This is committed because Weblogic distributes SP2 from their website now. (M... (diff) | |
download | gentoo-2-08c5fb9c671d188efea223d5a6a757f79c31f07b.tar.gz gentoo-2-08c5fb9c671d188efea223d5a6a757f79c31f07b.tar.bz2 gentoo-2-08c5fb9c671d188efea223d5a6a757f79c31f07b.zip |
Fix amd64 issues
Diffstat (limited to 'net-analyzer/rrdtool/files')
-rw-r--r-- | net-analyzer/rrdtool/files/rrdtool-1.0.46-fPIC.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-analyzer/rrdtool/files/rrdtool-1.0.46-fPIC.patch b/net-analyzer/rrdtool/files/rrdtool-1.0.46-fPIC.patch new file mode 100644 index 000000000000..2e740dbdaf07 --- /dev/null +++ b/net-analyzer/rrdtool/files/rrdtool-1.0.46-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) \ |