Fredrik Fornwall
6 years ago
3 changed files with 34 additions and 3 deletions
@ -0,0 +1,12 @@ |
|||||
|
diff -u -r ../privoxy-3.0.28-stable/configure.in ./configure.in
|
||||
|
--- ../privoxy-3.0.28-stable/configure.in 2018-12-30 18:40:13.000000000 +0000
|
||||
|
+++ ./configure.in 2019-01-02 23:35:39.728797247 +0000
|
||||
|
@@ -1092,7 +1092,7 @@
|
||||
|
pcre_dyn=yes |
||||
|
AC_DEFINE(FEATURE_DYNAMIC_PCRE,1,[Define to dynamically link to pcre.]) |
||||
|
STATIC_PCRE_ONLY=# |
||||
|
- LIBS="$LIBS -lpcre -lpcreposix"
|
||||
|
+ LIBS="$LIBS -lpcre"
|
||||
|
else |
||||
|
AC_MSG_WARN([You are using the static PCRE code which is out of date and scheduled for removal, for details see: |
||||
|
http://sourceforge.net/mailarchive/forum.php?thread_name=20080511195555.2dc6cfdc%40fabiankeil.de&forum_name=ijbswa-developers]) |
@ -0,0 +1,16 @@ |
|||||
|
diff -u -r ../privoxy-3.0.28-stable/project.h ./project.h
|
||||
|
--- ../privoxy-3.0.28-stable/project.h 2018-12-30 18:40:13.000000000 +0000
|
||||
|
+++ ./project.h 2019-01-03 00:34:59.829586492 +0000
|
||||
|
@@ -82,11 +82,7 @@
|
||||
|
#ifdef STATIC_PCRE |
||||
|
# include "pcreposix.h" |
||||
|
#else |
||||
|
-# ifdef PCRE_H_IN_SUBDIR
|
||||
|
-# include <pcre/pcreposix.h>
|
||||
|
-# else
|
||||
|
-# include <pcreposix.h>
|
||||
|
-# endif
|
||||
|
+# include <regex.h>
|
||||
|
#endif |
||||
|
|
||||
|
#ifdef _WIN32 |
Loading…
Reference in new issue