apr-util: build against mariadbclient instead of mysql

This commit is contained in:
John 2020-12-30 21:40:01 +01:00 committed by John Zimmermann
parent 462773c8dd
commit 5ab2311037
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'apr-util'
pkgname=apr-util
version=1.6.1
revision=9
revision=10
build_style=gnu-configure
configure_args="
--with-pgsql --with-ldap
@ -11,7 +11,7 @@ configure_args="
--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
gdbm-devel libldap-devel libmysqlclient-devel unixodbc-devel
gdbm-devel libldap-devel libmariadbclient-devel unixodbc-devel
postgresql-libs-devel sqlite-devel"
short_desc="Apache Portable Runtime Utility Library"
maintainer="Orphaned <orphan@voidlinux.org>"