diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-07 16:09:39 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-07 16:09:39 +0100 |
commit | cdff04e2515a2126b2d22a774863e34e29567963 (patch) | |
tree | 4878c0cc959672dc6fbf4b904303ba7677c62b86 /package/privoxy | |
parent | d6940ecea3ab3e03e4a8623273d4f4fe373f445d (diff) | |
parent | 4f3c6c355aa573924e197cb6069b02dc831110d9 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/privoxy')
-rw-r--r-- | package/privoxy/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/privoxy/Makefile b/package/privoxy/Makefile index aa6fa2b2f..985ac546e 100644 --- a/package/privoxy/Makefile +++ b/package/privoxy/Makefile @@ -6,12 +6,12 @@ include ${TOPDIR}/rules.mk PKG_NAME:= privoxy PKG_VERSION:= 3.0.15 PKG_RELEASE:= 1 -PKG_BUILDDEP+= pcre PKG_VARIANT:= beta PKG_MD5SUM:= 6571dc9524e945e79c2af62fefe7b107 PKG_DESCR:= web proxy with advanced filtering capabilities PKG_SECTION:= net -PKG_DEPENDS:= libpthread +PKG_DEPENDS:= libpthread libpcre +PKG_BUILDDEP+= pcre PKG_URL:= http://www.privoxy.org PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=ijbswa/} @@ -27,7 +27,8 @@ CONFIGURE_STYLE:= gnu CONFIGURE_ARGS+= --disable-editor \ --disable-jar-files \ --sysconfdir=/etc/privoxy -CONFIGURE_ENV+= ac_cv_func_setpgrp_void=no \ +# uClibc setpgrp does not take arguments +CONFIGURE_ENV+= ac_cv_func_setpgrp_void=yes \ ac_cv_lib_nsl_gethostbyname=no BUILD_STYLE:= auto MAKE_FLAGS+= SPECIAL_CFLAGS='${TLDFLAGS}' |