mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-lua/lua-term: add fPIC
Closes: https://bugs.gentoo.org/829681 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
@@ -36,7 +36,7 @@ lua_src_compile() {
|
||||
|
||||
local myemakeargs=(
|
||||
"CC=$(tc-getCC)"
|
||||
"CFLAGS=${CFLAGS} ${LDFLAGS} $(lua_get_CFLAGS)"
|
||||
"CFLAGS=${CFLAGS} -fPIC ${LDFLAGS} $(lua_get_CFLAGS)"
|
||||
)
|
||||
|
||||
emake "${myemakeargs[@]}" all
|
||||
Reference in New Issue
Block a user