projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5568c8b
)
dnsmasq: remove dbus cflags mangling
author
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 30 Jan 2011 09:40:17 +0000
(10:40 +0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 30 Jan 2011 09:40:17 +0000
(10:40 +0100)
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>
package/dnsmasq/dnsmasq.mk
patch
|
blob
|
history
diff --git
a/package/dnsmasq/dnsmasq.mk
b/package/dnsmasq/dnsmasq.mk
index ea47e96984e7ff362aab96dae7868997a51f4231..976e1d611bb646dc0e4988a2c7227177d6a07a4f 100644
(file)
--- a/
package/dnsmasq/dnsmasq.mk
+++ b/
package/dnsmasq/dnsmasq.mk
@@
-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