apr-util: update to 1.3.10.
This commit is contained in:
parent
fbdbcad15f
commit
8b1830309f
3 changed files with 4 additions and 6 deletions
|
@ -7,7 +7,7 @@ long_desc="
|
||||||
This packages contains APR Utility module for Berkeley DB."
|
This packages contains APR Utility module for Berkeley DB."
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run db
|
Add_dependency run libdb
|
||||||
Add_dependency run apr-util
|
Add_dependency run apr-util
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
|
|
|
@ -6,8 +6,6 @@ long_desc="
|
||||||
|
|
||||||
This packages contains the APR Utility module for MySQL."
|
This packages contains the APR Utility module for MySQL."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run zlib
|
Add_dependency run zlib
|
||||||
Add_dependency run libssl
|
Add_dependency run libssl
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'apr-util'
|
# Template file for 'apr-util'
|
||||||
pkgname=apr-util
|
pkgname=apr-util
|
||||||
version=1.3.9
|
version=1.3.10
|
||||||
distfiles="http://www.apache.org/dist/apr/apr-util-${version}.tar.bz2"
|
distfiles="http://www.apache.org/dist/apr/${pkgname}-${version}.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--with-pgsql --with-mysql --with-sqlite3 --with-ldap
|
configure_args="--with-pgsql --with-mysql --with-sqlite3 --with-ldap
|
||||||
--with-berkeley-db --with-gdbm --with-apr=/usr --without-odbc
|
--with-berkeley-db --with-gdbm --with-apr=/usr --without-odbc
|
||||||
--with-expat=/usr --without-oracle"
|
--with-expat=/usr --without-oracle"
|
||||||
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>"
|
||||||
checksum=8741a76c77ce605e723fd9683e99bee9da8c94a83b47ea2cea72f66255f0ec83
|
checksum=1ac0c049078e17f6bf609bf763634d6851961b5cb81fbca2f9c9810510d017ee
|
||||||
long_desc="
|
long_desc="
|
||||||
APR is Apache's Portable Runtime Library, designed to be a support library
|
APR is Apache's Portable Runtime Library, designed to be a support library
|
||||||
that provides a predictable and consistent interface to underlying
|
that provides a predictable and consistent interface to underlying
|
||||||
|
|
Loading…
Reference in a new issue