diff options
Diffstat (limited to 'community/xerces-c/APKBUILD')
-rw-r--r-- | community/xerces-c/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/xerces-c/APKBUILD b/community/xerces-c/APKBUILD index dc240a0dda..19fe69f249 100644 --- a/community/xerces-c/APKBUILD +++ b/community/xerces-c/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Andrew Bell <andrew.bell.ia@gmail.com> pkgname=xerces-c pkgver=3.2.2 -pkgrel=2 +pkgrel=3 pkgdesc="A validating XML parser written in a portable subset of C++" url="https://xerces.apache.org/index.html" arch="all" @@ -28,7 +28,7 @@ build() { cmake .. \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX="$pkgdir"/usr \ $thread_support \ -Dnetwork-accessor=curl \ |