mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-lua/compat53: remove unnecessary flags
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
This commit is contained in:
@@ -39,8 +39,8 @@ lua_src_compile() {
|
||||
local u=""
|
||||
for u in *.c; do
|
||||
edo $(tc-getCC) -shared -fPIC \
|
||||
${CPPFLAGS} -DCOMPAT53_PREFIX="compat53" \
|
||||
${CFLAGS} $(lua_get_CFLAGS) -Ic-api \
|
||||
${CPPFLAGS} \
|
||||
${CFLAGS} $(lua_get_CFLAGS) \
|
||||
${SOFLAGS} \
|
||||
${LDFLAGS} $(lua_get_LIBS) \
|
||||
-o "${u/.c/.so}" ${u} c-api/compat-5.3.c
|
||||
|
||||
Reference in New Issue
Block a user