aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/darktable/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/darktable/APKBUILD b/community/darktable/APKBUILD
index d4e5ff8127e..1fce09853fb 100644
--- a/community/darktable/APKBUILD
+++ b/community/darktable/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
pkgname=darktable
pkgver=3.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="an open source photography workflow application and raw developer"
url="https://www.darktable.org/"
arch="x86_64 aarch64"
@@ -50,7 +50,7 @@ prepare() {
build() {
cd "$builddir/build"
- export CXXFLAGS="$CXXFLAGS -O2"
+ export CFLAGS="$CFLAGS -O2"
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=True \