mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 16:55:31 +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:
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user