summaryrefslogtreecommitdiffstats
path: root/package/sdl_sound
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@anciens.enib.fr>2011-08-10 00:12:41 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-09-12 00:08:15 +0200
commit617169d1d05a1732bd9d7090b684028e43d199bc (patch)
treeddef4ac37bf5b23b8cfd1108e863178e3824d778 /package/sdl_sound
parent6c0ea9684d74440ccd2ef964ef385c81309d21fa (diff)
downloadbuildroot-novena-617169d1d05a1732bd9d7090b684028e43d199bc.tar.gz
buildroot-novena-617169d1d05a1732bd9d7090b684028e43d199bc.zip
sdl_sound: remove --program-prefix
--program-prefix is now set in the auto-target infrastructure. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/sdl_sound')
-rw-r--r--package/sdl_sound/sdl_sound.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/sdl_sound/sdl_sound.mk b/package/sdl_sound/sdl_sound.mk
index 8f51e0575..0a0fe5bf3 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)