Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3aa15a078eaa0cf87547e71d34f12183ec8eae86
commit 3aa15a078eaa0cf87547e71d34f12183ec8eae86 Author: DeX77 <[email protected]> Date: Mon May 5 13:04:36 2014 +0200 apr-util-1.5.3-3-x86_64 * rebuilt with apr=1.5.1 * enabled some features diff --git a/source/network/apr-util/FrugalBuild b/source/network/apr-util/FrugalBuild index 89c6484..27501f6 100644 --- a/source/network/apr-util/FrugalBuild +++ b/source/network/apr-util/FrugalBuild @@ -5,19 +5,26 @@ options+=('asneeded') pkgname=apr-util pkgver=1.5.3 -pkgrel=2 +pkgrel=3 pkgdesc="Apache Portable Runtime" url="http://apr.apache.org/" -depends=('apr=1.5.0' 'db>=4.7.25' 'gdbm>=1.10' 'expat') +depends=('apr=1.5.1' 'db>=4.7.25' 'gdbm>=1.10' 'expat' 'libldap') groups=('network') archs=('i686' 'x86_64' 'arm') up2date="Flasttar http://apache.mirror.iphh.net/apr/" source=(http://apache.mirror.iphh.net/apr/$pkgname-$pkgver.tar.bz2) Fconfopts+=" --with-apr=/usr \ - --with-gdbm \ - --with-expat=/usr \ - --with-berkeley-db \ - --enable-layout=RedHat" + --with-ldap \ + --with-crypto \ + --with-gdbm=/usr \ + --with-sqlite3=/usr \ + --with-nss=/usr \ + --with-odbc=/usr \ + --with-berkeley-db=/usr \ + --with-pgsql=/usr \ + --with-mysql=/usr \ + --with-oracle=/usr \ + --with-openssl=/usr" sha1sums=('de0184ee03dfdc6dec4d013970d1862251e86925') # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
