~alpine/aports

main/gc: enable static libs build v1 PROPOSED

Milan P. Stanić <mps@arvanta.net>
Milan P. Stanić: 1
 main/gc: enable static libs build

 1 files changed, 3 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/647/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/gc: enable static libs build Export this patch

Milan P. Stanić <mps@arvanta.net>
upstream changed static libs build to 'no', this commit enable it
explicitly
---
 main/gc/APKBUILD | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/main/gc/APKBUILD b/main/gc/APKBUILD
index 06ccd7b700..c12976c1cc 100644
--- a/main/gc/APKBUILD
+++ b/main/gc/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gc
pkgver=8.0.2
pkgrel=0
pkgrel=1
pkgdesc="A garbage collector for C and C++"
url="http://hboehm.info/gc/"
arch="all"
@@ -24,7 +24,8 @@ build() {
		--host=$CHOST \
		--prefix=/usr \
		--datadir=/usr/share/doc/gc \
		--enable-cplusplus
		--enable-cplusplus \
		--enable-static
	make
}

-- 
2.20.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---