asterisk: replace $(HOST_DIR)/usr/bin with $(HOST_DIR)/bin
Commit0f9c0bf3d5
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 commit05e306d8d3
which added asterisk. Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
2ab743e6a1
commit
9e345d21a7
@ -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
|
||||
|
||||
HOST_ASTERISK_CONF_OPTS = \
|
||||
--without-newt \
|
||||
|
Loading…
Reference in New Issue
Block a user