[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:
parent
2f937b2a71
commit
fc4e5b628d
@ -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
|
||||
|
||||
|
@ -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" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user