X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/ffcb22f1b0de77054128cebc60c9a78cb8cd45bd..d3286347177a62bfa7421150f9ddc04e70153722:/disabled-packages/squid/build.sh diff --git a/disabled-packages/squid/build.sh b/disabled-packages/squid/build.sh index 99f2eded..e7e52091 100644 --- a/disabled-packages/squid/build.sh +++ b/disabled-packages/squid/build.sh @@ -1,16 +1,16 @@ TERMUX_PKG_HOMEPAGE=http://www.squid-cache.org -TERMUX_PKG_DESCRIPTION='Full-featured Web proxy cache server' -TERMUX_PKG_VERSION=3.5.24 -TERMUX_PKG_DEPENDS="libcrypt, krb5, openssl, libnettle" +TERMUX_PKG_DESCRIPTION="Full-featured Web proxy cache server" +TERMUX_PKG_VERSION=3.5.25 +TERMUX_PKG_DEPENDS="libcrypt, openssl" TERMUX_PKG_SRCURL=http://www.squid-cache.org/Versions/v3/3.5/squid-${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_SHA256=4fe29f582eef357faa541a53835b6885e24e6f28b80a3abcdf3b57f5393bbdb2 -# disk-io requires shmem, msgctl and store-io requires disk-io -TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" --disable-strict-error-checking --disable-auto-locale --disable-disk-io --disable-storeio" -TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --with-openssl --enable-auth --with-nettle --disable-translation --with-size-optimizations" +TERMUX_PKG_SHA256=28959254c32b8cd87e9599b6beb97352cf0638524e0f5ac3e1754f08462f3585 +TERMUX_PKG_MAINTAINER="Vishal Biswas @vishalbiswas" +# disk-io requires msgctl and store-io requires disk-io +TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" --disable-strict-error-checking --disable-disk-io --disable-storeio --without-mit-krb5 --with-dl" +TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --with-openssl --enable-auth --without-libnettle --enable-translation --with-size-optimizations --without-libxml2" TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --libexecdir=$TERMUX_PREFIX/libexec/squid --sysconfdir=$TERMUX_PREFIX/etc/squid --datarootdir=$TERMUX_PREFIX/share/squid" termux_step_pre_configure () { - #CPPFLAGS="$CPPFLAGS -DTERMUX_SHMEM_STUBS" TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" squid_cv_gnu_atomics=yes" LDFLAGS="$LDFLAGS -llog"