You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
821 B

Index: GNUmakefile.in
--- GNUmakefile.in.orig 2007-12-11 22:29:25 +0100
+++ GNUmakefile.in 2008-01-21 18:58:55 +0100
@@ -62,9 +62,9 @@
MAN_DIR = @mandir@
MAN_DEST = $(MAN_DIR)/man1
SHARE_DEST = @datadir@
-DOC_DEST = $(SHARE_DEST)/doc/privoxy
+DOC_DEST = $(SHARE_DEST)/doc
VAR_DEST = @localstatedir@
-LOGS_DEST = $(VAR_DEST)/log/privoxy
+LOGS_DEST = $(VAR_DEST)/log
PIDS_DEST = $(VAR_DEST)/run
# if $prefix = /usr/local then the default CONFDEST change from
Index: configure.in
--- configure.in.orig 2008-01-20 15:07:09 +0100
+++ configure.in 2008-01-21 18:58:55 +0100
@@ -1357,7 +1357,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