summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2010-05-26 18:03:31 +0000
committerJeroen Roovers <jer@gentoo.org>2010-05-26 18:03:31 +0000
commit3bd0ce1793cb6079e52f2eb272e3f21ac9701f38 (patch)
treecdf1f7bb46601c32a81a3ac7bf1a58b12056ac11 /net-proxy/tinyproxy/files/tinyproxy-1.8.1-ldflags.patch
parentstable amd64, bug 271485 (diff)
downloadgentoo-2-3bd0ce1793cb6079e52f2eb272e3f21ac9701f38.tar.gz
gentoo-2-3bd0ce1793cb6079e52f2eb272e3f21ac9701f38.tar.bz2
gentoo-2-3bd0ce1793cb6079e52f2eb272e3f21ac9701f38.zip
Version bump thanks to Alexander Orlenko (bug #320079). Respect LDFLAGS. Expose more configure options as USE flags.
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'net-proxy/tinyproxy/files/tinyproxy-1.8.1-ldflags.patch')
-rw-r--r--net-proxy/tinyproxy/files/tinyproxy-1.8.1-ldflags.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-proxy/tinyproxy/files/tinyproxy-1.8.1-ldflags.patch b/net-proxy/tinyproxy/files/tinyproxy-1.8.1-ldflags.patch
new file mode 100644
index 000000000000..bc6f799d56e3
--- /dev/null
+++ b/net-proxy/tinyproxy/files/tinyproxy-1.8.1-ldflags.patch
@@ -0,0 +1,11 @@
+--- configure.ac.orig 2010-03-09 12:41:45.000000000 +0100
++++ configure.ac 2010-05-17 23:07:39.000000000 +0200
+@@ -222,7 +222,7 @@
+ CFLAGS="-DNDEBUG $CFLAGS"
+ fi
+
+-LDFLAGS="-Wl,-z,defs"
++LDFLAGS="$LDFLAGS -Wl,-z,defs"
+
+ dnl
+ dnl Make sure we can actually handle the "--with-*" and "--enable-*" stuff.