~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] testing/fts: add -fPIC to CFLAGS

Jonathan Curran <jonathan@curran.in>
Details
Message ID
<1441764826-7087-1-git-send-email-jonathan@curran.in>
Sender timestamp
1441764826
DKIM signature
missing
Download raw message
Patch: +1 -1
Simply adding -fPIC to CFLAGS when building.
---
 testing/fts/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/fts/APKBUILD b/testing/fts/APKBUILD
index 8677a6b..eea918c 100644
--- a/testing/fts/APKBUILD
+++ b/testing/fts/APKBUILD
@@ -29,7 +29,7 @@ prepare() {
build() {
	cd "$_builddir"
	./bootstrap.sh
	./configure --build=$CBUILD \
	CFLAGS=-fPIC ./configure --build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr || return 1
	make || return 1
-- 
2.4.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)