diff options
Diffstat (limited to 'network/privoxy/privoxy.SlackBuild')
-rw-r--r-- | network/privoxy/privoxy.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/network/privoxy/privoxy.SlackBuild b/network/privoxy/privoxy.SlackBuild index bc9c73005248a..e3f72e6e05e5c 100644 --- a/network/privoxy/privoxy.SlackBuild +++ b/network/privoxy/privoxy.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=privoxy -VERSION=${VERSION:-3.0.29} +VERSION=${VERSION:-3.0.32} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -89,14 +89,13 @@ chmod -R u+w,go-w,a+rX-st . # Put the docs where we tell them to go. sed -i "/^DOC_DEST/s/= .*/= @docdir@/" GNUmakefile.in -# The Makefile checks if certain config files exist, and if so, adds a -# .new suffix. Turn this behavior off. We will do it below. -sed -i "s/\[ -s \"\$(CONF_DEST)\/\$\$i\" \]/false/" GNUmakefile.in - # rc.privoxy generation doesn't work well with $(DESTDIR). Help it along. sed -i "s/ \/etc\/rc.d\// \$(DESTDIR)\/etc\/rc.d\//g" GNUmakefile.in mkdir -p $PKG/etc/rc.d +# Let AC_CHECK_LIB do the brotli autodetection, don't link to it if missing. +sed -i "/-lbrotlidec/d" configure.in + autoreconf -vif ./configure \ --prefix=/usr \ @@ -111,6 +110,7 @@ autoreconf -vif --with-user=$PRIVOXY_USER \ --with-group=$PRIVOXY_GROUP \ --with-openssl \ + --with-brotli \ --enable-no-gifs \ --enable-compression \ --enable-large-file-support \ |