Also pass -fPIC for arm and armv6.

Submitted by:	imp
This commit is contained in:
Raphael Kubo da Costa 2017-10-07 19:23:17 +00:00
parent c0915380f7
commit 00d638f1e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451478

View File

@ -20,6 +20,8 @@ MAKEFILE= makefile
MAKE_ARGS= OPTFLAGS="${CXXFLAGS}"
WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}
CFLAGS_arm= -fPIC
CFLAGS_armv6= -fPIC
CFLAGS_armv7= -fPIC
CFLAGS_aarch64= -fPIC
CFLAGS_amd64= -fPIC