~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

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

Milan P. Stanić <mps@arvanta.net>
Details
Message ID
<20190418112322.7775-1-mps@arvanta.net>
Sender timestamp
1555586602
DKIM signature
missing
Download raw message
Patch: +3 -2
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
---
Reply to thread Export thread (mbox)