diff options
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.patch | 11 |
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..bd40ec33e31a --- /dev/null +++ b/net-proxy/tinyproxy/files/tinyproxy-1.8.1-ldflags.patch @@ -0,0 +1,11 @@ +--- a/configure.ac 2010-03-09 12:41:45.000000000 +0100 ++++ b/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. |