diff options
-rw-r--r-- | main/apr-util/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/main/apr-util/APKBUILD b/main/apr-util/APKBUILD index 7768dbe68e..7f564c2b24 100644 --- a/main/apr-util/APKBUILD +++ b/main/apr-util/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=apr-util pkgver=1.5.2 -pkgrel=0 +pkgrel=1 pkgdesc="The Apache Portable Runtime Utility Library" url="http://apr.apache.org/" arch="all" -license="APACHE" +license="ASL 2.0" depends= subpackages="$pkgname-dev $pkgname-dbm_db $pkgname-dbd_pgsql $pkgname-dbd_sqlite3 $pkgname-ldap" @@ -16,7 +16,6 @@ depends_dev="expat-dev apr-dev openldap-dev sqlite-dev postgresql-dev source="http://www.apache.org/dist/apr/$pkgname-$pkgver.tar.bz2" _builddir="$srcdir/$pkgname-$pkgver" - prepare() { cd "$_builddir" update_config_sub || return 1 @@ -37,7 +36,6 @@ build() { --without-sqlite2 \ --without-gdbm \ || return 1 - make || return 1 } |