Skip to content
Snippets Groups Projects
Commit 29f770bc authored by Natanael Copa's avatar Natanael Copa
Browse files

main/apr-util: enable iconv

subversion needs to convert to and from utf8 and it will fail to do so
if we disable iconv.
parent 4ba4e26d
Loading
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment