apr-util: build against mariadbclient instead of mysql
This commit is contained in:
parent
462773c8dd
commit
5ab2311037
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'apr-util'
|
# Template file for 'apr-util'
|
||||||
pkgname=apr-util
|
pkgname=apr-util
|
||||||
version=1.6.1
|
version=1.6.1
|
||||||
revision=9
|
revision=10
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--with-pgsql --with-ldap
|
--with-pgsql --with-ldap
|
||||||
|
@ -11,7 +11,7 @@ configure_args="
|
||||||
--with-dbm=db53 --with-crypto --with-openssl --without-oracle --enable-util-dso"
|
--with-dbm=db53 --with-crypto --with-openssl --without-oracle --enable-util-dso"
|
||||||
hostmakedepends="libtool apr-devel"
|
hostmakedepends="libtool apr-devel"
|
||||||
makedepends="zlib-devel libressl-devel apr-devel db-devel expat-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"
|
postgresql-libs-devel sqlite-devel"
|
||||||
short_desc="Apache Portable Runtime Utility Library"
|
short_desc="Apache Portable Runtime Utility Library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
|
Loading…
Reference in New Issue