aboutsummaryrefslogtreecommitdiffstats
path: root/community/physfs/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/physfs/APKBUILD')
-rw-r--r--community/physfs/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/physfs/APKBUILD b/community/physfs/APKBUILD
index 43e4d2e3d5..3ad062ec49 100644
--- a/community/physfs/APKBUILD
+++ b/community/physfs/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=physfs
pkgver=3.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Library providing access to various archives, for use in video games"
url="https://icculus.org/physfs/"
arch="all"
@@ -20,7 +20,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" \
-DPHYSFS_BUILD_TEST=OFF \