projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c0ea96
)
sdl_sound: remove --program-prefix
author
Yann E. MORIN
<yann.morin.1998@anciens.enib.fr>
Tue, 9 Aug 2011 22:12:41 +0000
(
00:12
+0200)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/sdl_sound/sdl_sound.mk
b/package/sdl_sound/sdl_sound.mk
index 8f51e057588551f59e9f4e4eb95aee53058aaad3..0a0fe5bf3cffabf5f0e13642a5c000402ff57cc9 100644
(file)
--- 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)