aboutsummaryrefslogtreecommitdiff
path: root/testing/libcork
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-02-20 18:36:56 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2020-02-21 18:12:22 +0100
commit539c11eaf78c3222296d07f8ef36572563ffd918 (patch)
tree816d69eeeb73df651583816e5ea03f2477020d4b /testing/libcork
parentc7a1f20490e2882233bfdfa682040d3cb0ffd967 (diff)
downloadalpine_aports-539c11eaf78c3222296d07f8ef36572563ffd918.tar.bz2
alpine_aports-539c11eaf78c3222296d07f8ef36572563ffd918.tar.xz
alpine_aports-539c11eaf78c3222296d07f8ef36572563ffd918.zip
testing/*: make CMake and meson respect our C{,PP,XX}FLAGS
See: https://lists.alpinelinux.org/~alpine/devel/%3C2896c13070c508a49cbaa72c8fb7f34ea947358b.camel%40cogitri.dev%3E
Diffstat (limited to 'testing/libcork')
-rw-r--r--testing/libcork/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libcork/APKBUILD b/testing/libcork/APKBUILD
index bfa3276158..a2a1b3570b 100644
--- a/testing/libcork/APKBUILD
+++ b/testing/libcork/APKBUILD
@@ -2,7 +2,7 @@
2# Maintainer: 2# Maintainer:
3pkgname=libcork 3pkgname=libcork
4pkgver=0.15.0 4pkgver=0.15.0
5pkgrel=0 5pkgrel=1
6pkgdesc="Simple, easily embeddable cross-platform C library" 6pkgdesc="Simple, easily embeddable cross-platform C library"
7url="https://github.com/redjack/libcork" 7url="https://github.com/redjack/libcork"
8arch="all" 8arch="all"
@@ -24,7 +24,7 @@ prepare() {
24build() { 24build() {
25 cd build 25 cd build
26 cmake .. \ 26 cmake .. \
27 -DCMAKE_BUILD_TYPE=Release \ 27 -DCMAKE_BUILD_TYPE=None \
28 -DCMAKE_INSTALL_PREFIX=/usr \ 28 -DCMAKE_INSTALL_PREFIX=/usr \
29 -DENABLE_STATIC=OFF \ 29 -DENABLE_STATIC=OFF \
30 -DCMAKE_INSTALL_LIBDIR=lib 30 -DCMAKE_INSTALL_LIBDIR=lib