dnsmasq: remove dbus cflags mangling
Get rid of cflags workaround now that we always use sysroot, and pkg-config --cflags dbus-1 thus returns the correct value. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
5568c8b632
commit
be89b85176
@ -42,8 +42,6 @@ define DNSMASQ_ENABLE_DBUS
|
||||
$(DNSMASQ_DIR)/src/config.h
|
||||
$(SED) 's^PKG_CONFIG = pkg-config^PKG_CONFIG = $(PKG_CONFIG_HOST_BINARY)^' \
|
||||
$(DNSMASQ_DIR)/Makefile
|
||||
$(SED) 's^--cflags dbus-1^--cflags dbus-1 \| sed s\\\#-I/\\\#-I$(STAGING_DIR)/\\\#g^' \
|
||||
$(DNSMASQ_DIR)/Makefile
|
||||
endef
|
||||
else
|
||||
define DNSMASQ_ENABLE_DBUS
|
||||
|
Loading…
Reference in New Issue
Block a user