sdl_sound: remove --program-prefix
authorYann E. MORIN <yann.morin.1998@anciens.enib.fr>
Tue, 9 Aug 2011 22:12:41 +0000 (00:12 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 11 Sep 2011 22:08:15 +0000 (00:08 +0200)
--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>
package/sdl_sound/sdl_sound.mk

index 8f51e057588551f59e9f4e4eb95aee53058aaad3..0a0fe5bf3cffabf5f0e13642a5c000402ff57cc9 100644 (file)
@@ -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)