mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with changes in trunk
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
This commit is contained in:
+4
-4
@@ -122,11 +122,11 @@ HOST_CONFIGURE_ARGS+= \
|
||||
--disable-verbose-mode \
|
||||
--disable-xml-docs \
|
||||
--with-dbus-user=root \
|
||||
--with-dbus-daemondir="$(STAGIND_DIR_HOST)/bin" \
|
||||
--with-system-socket="$(STAGING_DIR_HOST)/var/run/dbus/system_bus_socket" \
|
||||
--with-system-pid-file="$(STAGING_DIR_HOST)/var/run/dbus.pid" \
|
||||
--with-dbus-daemondir="$(STAGIND_DIR)/host/bin" \
|
||||
--with-system-socket="$(STAGING_DIR)/host/var/run/dbus/system_bus_socket" \
|
||||
--with-system-pid-file="$(STAGING_DIR)/host/var/run/dbus.pid" \
|
||||
--without-x \
|
||||
--libexecdir="$(STAGING_DIR_HOST)/lib/dbus-1"
|
||||
--libexecdir="$(STAGING_DIR)/host/lib/dbus-1"
|
||||
|
||||
HOST_CONFIGURE_VARS+= \
|
||||
ac_cv_have_abstract_sockets="yes" \
|
||||
|
||||
Reference in New Issue
Block a user