aboutsummaryrefslogtreecommitdiffstats
path: root/main/gc
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-02-28 19:48:02 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-02-28 19:57:12 +0100
commit741cdad1351b68cf710497ddb54b35293655226d (patch)
tree8f64df9a458371a04758b94c49f296d62ccfb3b8 /main/gc
parenta645b8a4875ee59630b02a494dd000abc6e1719a (diff)
downloadaports-741cdad1351b68cf710497ddb54b35293655226d.tar.bz2
aports-741cdad1351b68cf710497ddb54b35293655226d.tar.xz
main/gc: build static libs
Diffstat (limited to 'main/gc')
-rw-r--r--main/gc/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/main/gc/APKBUILD b/main/gc/APKBUILD
index de8d19f8b9..161d211825 100644
--- a/main/gc/APKBUILD
+++ b/main/gc/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gc
pkgver=7.6.4
-pkgrel=1
+pkgrel=2
pkgdesc="A garbage collector for C and C++"
url="http://hboehm.info/gc/"
arch="all"
@@ -23,9 +23,7 @@ build() {
--host=$CHOST \
--prefix=/usr \
--datadir=/usr/share/doc/gc \
- --enable-cplusplus \
- --disable-static
-
+ --enable-cplusplus
make
}