[package] fix more std=gnu99 lua related packages

git-svn-id: svn://svn.openwrt.org/openwrt/packages@18211 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-10-29 18:19:06 +00:00
parent 2f937b2a71
commit fc4e5b628d
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ define Build/Compile
$(TARGET_CONFIGURE_OPTS) \
INCDIRS="$(TARGET_CPPFLAGS)" \
LIBDIRS="$(TARGET_LDFLAGS)" \
MYCFLAGS="$(TARGET_CFLAGS)" \
MYCFLAGS="$(TARGET_CFLAGS) -std=gnu99" \
MYLDFLAGS="-lcrypt"
endef

View File

@ -50,7 +50,7 @@ endef
define Build/Compile
$(call Build/Compile/Default,\
CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \
CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) -std=gnu99" \
LDFLAGS="$(TARGET_LDFLAGS)" \
DESTDIR="$(PKG_INSTALL_DIR)" \
PREFIX="/usr" \