From 57564d87b94a0b1a1c36c02374845e63f79b7b1e Mon Sep 17 00:00:00 2001 From: michu Date: Tue, 17 Feb 2009 19:00:52 +0000 Subject: [PATCH] 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 --- sound/mpc/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \ ) -- 2.11.0