lua-mpack: build with -fPIC always (#31054)
This commit is contained in:
parent
31f6dedecd
commit
bedad508a9
@ -33,4 +33,4 @@ class LuaMpack(LuaPackage):
|
||||
)
|
||||
|
||||
def luarocks_args(self):
|
||||
return ["CFLAGS='-Wno-error=implicit-function-declaration'"]
|
||||
return ["CFLAGS=-fPIC -Wno-error=implicit-function-declaration"]
|
||||
|
Loading…
Reference in New Issue
Block a user