diff options
author | 2019-02-05 16:48:22 +0100 | |
---|---|---|
committer | 2019-02-05 16:48:44 +0100 | |
commit | cabf71ef6b3ee16a778958bf50ea68cda59a2be6 (patch) | |
tree | ac07a4359d58cf2bf327ecafd90d2867b3f757dd /net-analyzer/rrdtool/files | |
parent | dev-ruby/rrdtool-bindings: Version 1.7.1 (diff) | |
download | gentoo-cabf71ef6b3ee16a778958bf50ea68cda59a2be6.tar.gz gentoo-cabf71ef6b3ee16a778958bf50ea68cda59a2be6.tar.bz2 gentoo-cabf71ef6b3ee16a778958bf50ea68cda59a2be6.zip |
net-analyzer/rrdtool: Version 1.7.1
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/rrdtool/files')
-rw-r--r-- | net-analyzer/rrdtool/files/rrdtool-1.7.1-configure.ac.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-analyzer/rrdtool/files/rrdtool-1.7.1-configure.ac.patch b/net-analyzer/rrdtool/files/rrdtool-1.7.1-configure.ac.patch new file mode 100644 index 000000000000..1b65f959c95d --- /dev/null +++ b/net-analyzer/rrdtool/files/rrdtool-1.7.1-configure.ac.patch @@ -0,0 +1,12 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -241,9 +241,6 @@ + + + +-dnl add pic flag in any case this makes sure all our code is relocatable +-dnl eval `./libtool --config | grep pic_flag=` +-dnl CFLAGS="$CFLAGS $pic_flag" + + + dnl Checks for library functions. |