diff --git a/srcpkgs/gnutls/template b/srcpkgs/gnutls/template index dc548835612..da73bc1e63e 100644 --- a/srcpkgs/gnutls/template +++ b/srcpkgs/gnutls/template @@ -1,16 +1,18 @@ # Template build file for 'gnutls'. pkgname=gnutls -version=3.2.6 +version=3.2.7 revision=1 build_style=gnu-configure configure_args="--with-zlib --disable-guile --disable-static - --disable-valgrind-tests --disable-rpath" + --disable-valgrind-tests --disable-rpath + --with-libnettle-prefix=$XBPS_CROSS_BASE/usr + --with-libz-prefix=$XBPS_CROSS_BASE/usr" short_desc="GNU Transport Layer Security library" maintainer="Juan RP " homepage="http://www.gnu.org/software/gnutls/" license="GPL-3, LGPL-2.1" distfiles="ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/gnutls-${version}.tar.xz" -checksum=0a45dfa50edc8091ca1c25f7bae9d9c780b8a09c58ceb3e256264d2dc49338f4 +checksum=7ca3e261402e90344585cbd5cc54379f4e294697b2cc7cd979458707666ac872 hostmakedepends="pkg-config which" makedepends="zlib-devel lzo-devel readline-devel libgpg-error-devel @@ -18,8 +20,6 @@ makedepends="zlib-devel lzo-devel readline-devel libgpg-error-devel if [ "$CROSS_BUILD" ]; then hostmakedepends+=" libtool automake gettext-devel" - configure_args+=" --with-libnettle-prefix=$XBPS_CROSS_BASE - --with-libz-prefix=$XBPS_CROSS_BASE" pre_configure() { autoreconf -fi }