aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lxqt-build-tools/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/lxqt-build-tools/APKBUILD')
-rw-r--r--testing/lxqt-build-tools/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/lxqt-build-tools/APKBUILD b/testing/lxqt-build-tools/APKBUILD
index f3ffb079660..824bd765e85 100644
--- a/testing/lxqt-build-tools/APKBUILD
+++ b/testing/lxqt-build-tools/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=lxqt-build-tools
pkgver=0.6.0
-pkgrel=0
+pkgrel=1
pkgdesc="Various packaging tools and scripts for LXQt applications"
url="https://lxqt.org/"
options="!check" # No testsuite
@@ -23,7 +23,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}