apr-util: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 18:17:45 +01:00
parent 659a873b7e
commit 103b9a88f6
2 changed files with 3 additions and 3 deletions

View file

@ -709,7 +709,7 @@ libevent_pthreads-2.1.so.7 libevent-2.1.12_2
libevent_openssl-2.1.so.7 libevent-2.1.12_2
libSDL_mixer-1.2.so.0 SDL_mixer-1.2.11_1
libapr-1.so.0 apr-1.4.2_1
libaprutil-1.so.0 apr-util-1.3.9_1
libaprutil-1.so.0 apr-util-1.6.1_11
libnetpgp.so.0 libnetpgp-20100313_1
libmj.so.0 libmj-20140211_1
libmca_common_sm.so.40 libopenmpi-3.0.1_1

View file

@ -1,7 +1,7 @@
# Template file for 'apr-util'
pkgname=apr-util
version=1.6.1
revision=10
revision=11
build_style=gnu-configure
configure_args="
--with-pgsql --with-ldap
@ -10,7 +10,7 @@ configure_args="
--with-berkeley-db=${XBPS_CROSS_BASE}/usr --with-odbc=${XBPS_CROSS_BASE}/usr
--with-dbm=db53 --with-crypto --with-openssl --without-oracle --enable-util-dso"
hostmakedepends="libtool apr-devel"
makedepends="zlib-devel libressl-devel apr-devel db-devel expat-devel
makedepends="zlib-devel openssl-devel apr-devel db-devel expat-devel
gdbm-devel libldap-devel libmariadbclient-devel unixodbc-devel
postgresql-libs-devel sqlite-devel"
short_desc="Apache Portable Runtime Utility Library"