diff --git a/srcpkgs/apr-util/template b/srcpkgs/apr-util/template index e7626cf871b..623ad87f2c4 100644 --- a/srcpkgs/apr-util/template +++ b/srcpkgs/apr-util/template @@ -1,17 +1,17 @@ # Template file for 'apr-util' pkgname=apr-util version=1.5.3 -revision=2 +revision=3 build_style=gnu-configure # XXX: add freetds and unixodbc modules. configure_args=" --with-apr=/usr --with-pgsql --with-ldap --with-expat=${XBPS_CROSS_BASE}/usr --with-gdbm=${XBPS_CROSS_BASE}/usr --with-sqlite3=${XBPS_CROSS_BASE}/usr --with-mysql=${XBPS_CROSS_BASE}/usr --with-dbm=db53 --with-berkeley-db - --with-openssl --without-odbc --without-oracle" + --with-crypto --with-openssl --without-odbc --without-oracle" hostmakedepends="apr-devel>=1.5" -makedepends="apr-devel>=1.5 db-devel>=5.3 expat-devel gdbm-devel libldap-devel - libmysqlclient-devel postgresql-libs-devel sqlite-devel zlib-devel openssl-devel" +makedepends="zlib-devel libressl-devel apr-devel>=1.5 db-devel>=5.3 expat-devel + gdbm-devel libldap-devel libmysqlclient-devel postgresql-libs-devel sqlite-devel" short_desc="The Apache Portable Runtime Utility Library" maintainer="Juan RP " homepage="http://apr.apache.org/"