From d986308550a19d058cd7490871a870e705d8365c Mon Sep 17 00:00:00 2001 From: linimon Date: Thu, 9 Feb 2017 18:53:12 +0000 Subject: Add -fPIC to various ports to enable them to build on armv6. Approved by: portmgr (tier-2 blanket) --- archivers/fastjar/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archivers') diff --git a/archivers/fastjar/Makefile b/archivers/fastjar/Makefile index 699decb81259..146609add818 100644 --- a/archivers/fastjar/Makefile +++ b/archivers/fastjar/Makefile @@ -15,6 +15,8 @@ USES= gmake makeinfo perl5 tar:bzip2 USES_PERL5= build GNU_CONFIGURE= yes +CFLAGS_aarch64= -fPIC + WRKSRC= ${WRKDIR}/${PORTNAME} PORTDOCS= CHANGES ChangeLog NEWS README PLIST_FILES= bin/fastjar bin/grepjar \ -- cgit