From 888d61cf158b97c3f8c074665dd49209301af374 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 17 Feb 2009 19:00:52 +0000 Subject: [PATCH] fix compilation the proper way Signed-off-by: Jan Willies SVN-Revision: 14543 --- sound/mpc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/mpc/Makefile b/sound/mpc/Makefile index d723ccf337..0231a2cdbf 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.30.2