fix lua compile issues on ixp4xx (EABI) by linking libgcc into liblua
[openwrt.git] / package / lua / Makefile
index 2e1348f..30eac84 100644 (file)
@@ -87,6 +87,8 @@ endef
 define Build/Configure
 endef
 
+TARGET_CFLAGS += -DLUA_USE_LINUX
+
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \
                CC="$(TARGET_CROSS)gcc" \
This page took 0.024363 seconds and 4 git commands to generate.