lua-mpack: build with -fPIC always (#31054)

This commit is contained in:
Asher Mancinelli
2022-06-08 14:37:55 -07:00
committed by GitHub
parent 31f6dedecd
commit bedad508a9

View File

@@ -33,4 +33,4 @@ class LuaMpack(LuaPackage):
) )
def luarocks_args(self): def luarocks_args(self):
return ["CFLAGS='-Wno-error=implicit-function-declaration'"] return ["CFLAGS=-fPIC -Wno-error=implicit-function-declaration"]