apr-util: enable crypto and switch to libressl.

This commit is contained in:
Juan RP 2014-08-04 20:41:57 +02:00
parent 824068072f
commit bbdf004974

View file

@ -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 <xtraeme@gmail.com>"
homepage="http://apr.apache.org/"