[Buildroot] [PATCH] asterisk: replace $(HOST_DIR)/usr/bin with $(HOST_DIR)/bin

Peter Korsgaard peter at korsgaard.com
Tue Feb 27 19:38:58 UTC 2018


>>>>> "Thomas" == Thomas De Schampheleire <thomas.de_schampheleire at nokia.com> writes:

 > Commit 0f9c0bf3d5cd did a global replace of $(HOST_DIR)/usr/bin to
 > $(HOST_DIR)/bin. But later, a new occurrence of $(HOST_DIR)/usr/bin snuck
 > into the sources via commit 05e306d8d33 which added asterisk.

 > Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire at nokia.com>
 > ---
 >  package/asterisk/asterisk.mk | 2 +-
 >  1 file changed, 1 insertion(+), 1 deletion(-)

 > diff --git a/package/asterisk/asterisk.mk b/package/asterisk/asterisk.mk
 > index f14c008111..28b85da562 100644
 > --- a/package/asterisk/asterisk.mk
 > +++ b/package/asterisk/asterisk.mk
 > @@ -287,7 +287,7 @@ HOST_ASTERISK_LICENSE_FILES = COPYING
 >  # so do not inherit the target setup.
 >  HOST_ASTERISK_AUTORECONF = NO
 
 > -HOST_ASTERISK_CONF_ENV = CONFIG_LIBXML2=$(HOST_DIR)/usr/bin/xml2-config
 > +HOST_ASTERISK_CONF_ENV = CONFIG_LIBXML2=$(HOST_DIR)/bin/xml2-config

It shouldn't really matter because of the usr symlink, but it cannot
hurt either - Committed, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list