Browse Source

fix linking the second time

master
parent
commit
2579f4e958
  1. 12
      privoxy/privoxy.patch

12
privoxy/privoxy.patch

@ -22,3 +22,15 @@ Index: GNUmakefile.in
#############################################################################
Index: configure.in
--- configure.in.orig 2004-01-30 10:26:03 +0100
+++ configure.in 2005-07-25 11:12:00 +0200
@@ -1243,7 +1243,7 @@
echo "using libpcre"
pcre_dyn=yes
STATIC_PCRE_ONLY=#
- LIBS="$LIBS -lpcre -lpcreposix"
+ LIBS="$LIBS -lpcreposix -lpcre"
else
echo "using built-in static pcre"
pcre_dyn=no

Loading…
Cancel
Save