From: michu Date: Tue, 17 Feb 2009 19:00:52 +0000 (+0000) Subject: fix compilation the proper way X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=57564d87b94a0b1a1c36c02374845e63f79b7b1e;p=packages.git fix compilation the proper way Signed-off-by: Jan Willies git-svn-id: svn://svn.openwrt.org/openwrt/packages@14543 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/sound/mpc/Makefile b/sound/mpc/Makefile index d723ccf33..0231a2cdb 100644 --- a/sound/mpc/Makefile +++ b/sound/mpc/Makefile @@ -40,6 +40,7 @@ endef define Build/Compile $(call Build/Compile/Default,\ + CFLAGS="$(TARGET_CFLAGS) -std=gnu99" \ prefix="/usr" \ all \ )