diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile index 4ad304f71..a36de90f6 100644 --- a/sound/mpd/Makefile +++ b/sound/mpd/Makefile @@ -56,6 +56,9 @@ ifeq ($(CONFIG_PACKAGE_kmod-sound-core),) CONFIGURE_ARGS+= --disable-alsa endif +# use gcc instead of g++ to avoid unnecessary linking against libstdc++ +TARGET_CXX=$(TARGET_CC) + TARGET_CFLAGS+=-std=gnu99 CONFIGURE_VARS += \