mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
asterisk: replace $(HOST_DIR)/usr/bin with $(HOST_DIR)/bin
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@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.
|
# so do not inherit the target setup.
|
||||||
HOST_ASTERISK_AUTORECONF = NO
|
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 = \
|
HOST_ASTERISK_CONF_OPTS = \
|
||||||
--without-newt \
|
--without-newt \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user