mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
dnsmasq: obey CFLAGS & LDFLAGS
Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
7ba7f53075
commit
e87a84abd4
@@ -22,6 +22,10 @@ INITSCRIPT_PARAMS = "defaults"
|
|||||||
PACKAGECONFIG ??= ""
|
PACKAGECONFIG ??= ""
|
||||||
PACKAGECONFIG[dbus] = "COPTS=-DHAVE_DBUS,,dbus"
|
PACKAGECONFIG[dbus] = "COPTS=-DHAVE_DBUS,,dbus"
|
||||||
EXTRA_OEMAKE = "${EXTRA_OECONF}"
|
EXTRA_OEMAKE = "${EXTRA_OECONF}"
|
||||||
|
EXTRA_OEMAKE += "\
|
||||||
|
'CFLAGS=${CFLAGS}' \
|
||||||
|
'LDFLAGS=${LDFLAGS}' \
|
||||||
|
"
|
||||||
|
|
||||||
do_compile_append() {
|
do_compile_append() {
|
||||||
# build dhcp_release
|
# build dhcp_release
|
||||||
|
|||||||
Reference in New Issue
Block a user