lua-mpack: build with -fPIC always (#31054)
This commit is contained in:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user