diff options
Diffstat (limited to 'community/glm/APKBUILD')
-rw-r--r-- | community/glm/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/glm/APKBUILD b/community/glm/APKBUILD index f68acca3b0..83b326298d 100644 --- a/community/glm/APKBUILD +++ b/community/glm/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=glm pkgver=0.9.9.6 -pkgrel=0 +pkgrel=1 pkgdesc="C++ mathematics library for graphics programming" url="http://glm.g-truc.net/" arch="noarch" @@ -21,7 +21,7 @@ build() { cd build cmake .. \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_LIBDIR=lib \ -DGLM_TEST_ENABLE=TRUE make |