From: Yann E. MORIN Date: Tue, 9 Aug 2011 22:12:41 +0000 (+0200) Subject: sdl_sound: remove --program-prefix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=617169d1d05a1732bd9d7090b684028e43d199bc;p=buildroot.git sdl_sound: remove --program-prefix --program-prefix is now set in the auto-target infrastructure. Signed-off-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- diff --git a/package/sdl_sound/sdl_sound.mk b/package/sdl_sound/sdl_sound.mk index 8f51e05758..0a0fe5bf3c 100644 --- a/package/sdl_sound/sdl_sound.mk +++ b/package/sdl_sound/sdl_sound.mk @@ -31,8 +31,7 @@ SDL_SOUND_CONF_OPT = \ --with-sdl-prefix=$(STAGING_DIR)/usr \ --with-sdl-exec-prefix=$(STAGING_DIR)/usr \ --disable-sdltest \ - --enable-static \ - --program-prefix='' + --enable-static # enable mmx for newer x86's ifeq ($(BR2_i386)$(BR2_x86_i386)$(BR2_x86_i486)$(BR2_x86_i586)$(BR2_x86_pentiumpro)$(BR2_x86_geode),y)