From: Yann E. MORIN Date: Tue, 9 Aug 2011 22:12:35 +0000 (+0200) Subject: mpg123: remove --program-prefix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9268aff0e6cfa74b3946b947d258c33d2751242a;p=buildroot.git mpg123: 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/multimedia/mpg123/mpg123.mk b/package/multimedia/mpg123/mpg123.mk index 8eeb56daa5..43f631c62b 100644 --- a/package/multimedia/mpg123/mpg123.mk +++ b/package/multimedia/mpg123/mpg123.mk @@ -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.