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

index 8eeb56daa56ad6251610c7bd0965061f6506443d..43f631c62b66bee7d1f0b56d145add2351459217 100644 (file)
@@ -32,7 +32,7 @@ ifeq ($(BR2_x86_64),y)
 MPG123_CPU = x86-64
 endif
 
-MPG123_CONF_OPT += --program-prefix='' --with-cpu=$(MPG123_CPU)
+MPG123_CONF_OPT += --with-cpu=$(MPG123_CPU)
 
 # Check if ALSA is built, then we should configure after alsa-lib so
 # ./configure can find alsa-lib.