apr-util: enable crypto and switch to libressl.
This commit is contained in:
parent
824068072f
commit
bbdf004974
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'apr-util'
|
# Template file for 'apr-util'
|
||||||
pkgname=apr-util
|
pkgname=apr-util
|
||||||
version=1.5.3
|
version=1.5.3
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
# XXX: add freetds and unixodbc modules.
|
# XXX: add freetds and unixodbc modules.
|
||||||
configure_args="
|
configure_args="
|
||||||
--with-apr=/usr --with-pgsql --with-ldap --with-expat=${XBPS_CROSS_BASE}/usr
|
--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-gdbm=${XBPS_CROSS_BASE}/usr --with-sqlite3=${XBPS_CROSS_BASE}/usr
|
||||||
--with-mysql=${XBPS_CROSS_BASE}/usr --with-dbm=db53 --with-berkeley-db
|
--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"
|
hostmakedepends="apr-devel>=1.5"
|
||||||
makedepends="apr-devel>=1.5 db-devel>=5.3 expat-devel gdbm-devel libldap-devel
|
makedepends="zlib-devel libressl-devel apr-devel>=1.5 db-devel>=5.3 expat-devel
|
||||||
libmysqlclient-devel postgresql-libs-devel sqlite-devel zlib-devel openssl-devel"
|
gdbm-devel libldap-devel libmysqlclient-devel postgresql-libs-devel sqlite-devel"
|
||||||
short_desc="The Apache Portable Runtime Utility Library"
|
short_desc="The Apache Portable Runtime Utility Library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://apr.apache.org/"
|
homepage="http://apr.apache.org/"
|
||||||
|
|
Loading…
Reference in New Issue