diff options
Diffstat (limited to 'main/apr-util')
-rw-r--r-- | main/apr-util/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/apr-util/APKBUILD b/main/apr-util/APKBUILD index 334a66a086..9312b4e939 100644 --- a/main/apr-util/APKBUILD +++ b/main/apr-util/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=apr-util pkgver=1.5.4 -pkgrel=0 +pkgrel=1 pkgdesc="The Apache Portable Runtime Utility Library" url="http://apr.apache.org/" arch="all" @@ -28,7 +28,6 @@ build() { --with-pgsql \ --with-sqlite3 \ --with-berkeley-db \ - --without-iconv \ --without-sqlite2 \ --without-gdbm \ || return 1 |