From 539c11eaf78c3222296d07f8ef36572563ffd918 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Thu, 20 Feb 2020 18:36:56 +0100 Subject: testing/*: make CMake and meson respect our C{,PP,XX}FLAGS See: https://lists.alpinelinux.org/~alpine/devel/%3C2896c13070c508a49cbaa72c8fb7f34ea947358b.camel%40cogitri.dev%3E --- testing/sfml/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/sfml') diff --git a/testing/sfml/APKBUILD b/testing/sfml/APKBUILD index 5e681a9100..30ac5ea91d 100644 --- a/testing/sfml/APKBUILD +++ b/testing/sfml/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Daniel Sabogal pkgname=sfml pkgver=2.5.1 -pkgrel=0 +pkgrel=1 pkgdesc="Simple and Fast Multimedia Library" url="https://www.sfml-dev.org/" arch="all" @@ -18,7 +18,7 @@ build() { mkdir -p "$builddir"/build cd "$builddir"/build cmake .. \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DSFML_BUILD_DOC=TRUE \ -DSFML_INSTALL_PKGCONFIG_FILES=TRUE -- cgit v1.2.3