[oe-commits] Christopher Larson : dnsmasq: obey CFLAGS & LDFLAGS

git at git.openembedded.org git at git.openembedded.org
Sun Aug 10 14:17:14 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 0d18f747060334ce11716063489fade6b2101389
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=0d18f747060334ce11716063489fade6b2101389

Author: Christopher Larson <chris_larson at mentor.com>
Date:   Sat Aug  9 18:01:12 2014 -0700

dnsmasq: obey CFLAGS & LDFLAGS

Signed-off-by: Christopher Larson <chris_larson at mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-networking/recipes-support/dnsmasq/dnsmasq.inc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
index 71a491f..7037cb1 100644
--- a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
+++ b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
@@ -22,6 +22,10 @@ INITSCRIPT_PARAMS = "defaults"
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[dbus] = "COPTS=-DHAVE_DBUS,,dbus"
 EXTRA_OEMAKE = "${EXTRA_OECONF}"
+EXTRA_OEMAKE += "\
+    'CFLAGS=${CFLAGS}' \
+    'LDFLAGS=${LDFLAGS}' \
+"
 
 do_compile_append() {
     # build dhcp_release



More information about the Openembedded-commits mailing list