diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-08-12 11:27:11 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-08-12 11:28:17 +0200 |
commit | 29f770bc53e9ff5a6c405f9b4ec36df0ca87516c (patch) | |
tree | c1c6010cccd7a44f097011fdc6e90597f8d717e4 /main/apr-util | |
parent | 4ba4e26d5755400bc7dc0925e83fcf10217f1ce6 (diff) | |
download | aports-29f770bc53e9ff5a6c405f9b4ec36df0ca87516c.tar.bz2 aports-29f770bc53e9ff5a6c405f9b4ec36df0ca87516c.tar.xz |
main/apr-util: enable iconv
subversion needs to convert to and from utf8 and it will fail to do so
if we disable iconv.
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 |