[package] fix luasocket compilation failures (#6065)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@18200 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-10-29 10:59:47 +00:00
parent d507485fa6
commit f6a0237ee9

View File

@ -38,7 +38,7 @@ endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR)/ all \
LIBDIR="$(TARGET_LDFLAGS)" \
CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \
CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_CPPFLAGS) -std=gnu99" \
LD="$(TARGET_CROSS)ld -shared"
endef