From: Yann E. MORIN Date: Tue, 9 Aug 2011 22:12:47 +0000 (+0200) Subject: lighttpd: remove --program-prefix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=390b552f09451cf2bad9aa67fbcbf7b380cfa57d;p=buildroot.git lighttpd: 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/lighttpd/lighttpd.mk b/package/lighttpd/lighttpd.mk index 45941eb0c4..ba5f5cf96e 100644 --- a/package/lighttpd/lighttpd.mk +++ b/package/lighttpd/lighttpd.mk @@ -11,7 +11,6 @@ LIGHTTPD_CONF_OPT = \ --libdir=/usr/lib/lighttpd \ --libexecdir=/usr/lib \ --localstatedir=/var \ - --program-prefix="" \ $(if $(BR2_LARGEFILE),,--disable-lfs) ifeq ($(BR2_PACKAGE_LIGHTTPD_OPENSSL),y)