mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
converters/lua-iconv: fix build on armv7 and armv6
Those require -fPIC too. PR: 239623 Reviewed by: vanilla (maintainer timeout), linimon (mentor) Differential Revision: https://reviews.freebsd.org/D21402
This commit is contained in:
parent
0d99ef2381
commit
649d02b89c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510712
@ -27,6 +27,8 @@ MAKE_ARGS= LUABIN=${LUA_CMD} CFLAGS="${CFLAGS}"
|
||||
LDFLAGS+= -shared ${ICONV_LIB} -L${LOCALBASE}/lib
|
||||
CFLAGS_aarch64= -fPIC
|
||||
CFLAGS_amd64= -fPIC
|
||||
CFLAGS_armv6= -fPIC
|
||||
CFLAGS_armv7= -fPIC
|
||||
CFLAGS_i386= -fPIC
|
||||
|
||||
do-install:
|
||||
|
Loading…
Reference in New Issue
Block a user