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:
Peter Korsgaard 2011-01-30 10:40:17 +01:00
parent 5568c8b632
commit be89b85176
1 changed files with 0 additions and 2 deletions

View File

@ -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