aboutsummaryrefslogtreecommitdiffstats
path: root/community/openexr
diff options
context:
space:
mode:
Diffstat (limited to 'community/openexr')
-rw-r--r--community/openexr/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/openexr/APKBUILD b/community/openexr/APKBUILD
index 819b4d9958..78a760d18a 100644
--- a/community/openexr/APKBUILD
+++ b/community/openexr/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Mark Riedesel <mark+alpine@klowner.com>
pkgname=openexr
pkgver=2.4.1
-pkgrel=0
+pkgrel=1
pkgdesc="A high dynamic-range image file format library"
url="https://www.openexr.com/"
arch="all"
@@ -16,7 +16,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=True \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
-DCMAKE_C_FLAGS="$CFLAGS" \
${CMAKE_CROSSOPTS} .