]> code.ossystems Code Review - openembedded-core.git/commit
dhcp: fix build issue with libxml2 support
authorAwais Belal <awais_belal@mentor.com>
Wed, 8 Nov 2017 07:58:41 +0000 (12:58 +0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Dec 2017 17:14:32 +0000 (17:14 +0000)
commitcc4e419eea46e9cdaa321aff4c37fdf8bb74b883
treeaa2ad97fd691f496296ce9ecc842c243c8a6ed9c
parent69d1a48b403d588516cf149559169ee5a0d44b67
dhcp: fix build issue with libxml2 support

A missing case breaks the build when libxml2 is
required and found appropriately. The third argument
to the function AC_SEARCH_LIB is action-if-found which
was mistakenly been used for the case where the library
is not found and hence breaks the configure phase
where it shoud actually pass.
We now pass on silently when action-if-found is
executed.

Signed-off-by: Awais Belal <awais_belal@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Armin Kuster <akuster@mvista.com>
meta/recipes-connectivity/dhcp/dhcp/0012-dhcp-correct-the-intention-for-xml2-lib-search.patch [new file with mode: 0644]
meta/recipes-connectivity/dhcp/dhcp_4.3.6.bb