luakit: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
b7a05f2fe9
commit
afdfa90cd2
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ case "${XBPS_TARGET_MACHINE}" in
|
||||||
aarch64) broken="LuaJIT-devel marked as unsupported";;
|
aarch64) broken="LuaJIT-devel marked as unsupported";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
CFLAGS="-fcommon"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make DEVELOPMENT_PATHS=0 LUA_BIN_NAME=luajit USE_LUAJIT=1 PREFIX=/usr VERSION=${version} all
|
make DEVELOPMENT_PATHS=0 LUA_BIN_NAME=luajit USE_LUAJIT=1 PREFIX=/usr VERSION=${version} all
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue