fix compilation the proper way

Signed-off-by: Jan Willies <jan@willies.info>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@14543 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
michu 2009-02-17 19:00:52 +00:00
parent 07f0f30d16
commit 57564d87b9

View File

@ -40,6 +40,7 @@ endef
define Build/Compile
$(call Build/Compile/Default,\
CFLAGS="$(TARGET_CFLAGS) -std=gnu99" \
prefix="/usr" \
all \
)