From: Yann E. MORIN Date: Tue, 9 Aug 2011 22:12:48 +0000 (+0200) Subject: gamin: remove --program-prefix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ed8619dafa809dff6d5ef1e5c3365016fd96d305;p=buildroot.git gamin: 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/gamin/gamin.mk b/package/gamin/gamin.mk index d691f6043a..326fd62afb 100644 --- a/package/gamin/gamin.mk +++ b/package/gamin/gamin.mk @@ -9,7 +9,7 @@ GAMIN_SITE = http://www.gnome.org/~veillard/gamin/sources GAMIN_AUTORECONF = YES GAMIN_INSTALL_STAGING = YES -GAMIN_CONF_OPT = --program-prefix="" --disable-debug +GAMIN_CONF_OPT = --disable-debug # python support broken GAMIN_CONF_OPT += --without-python