]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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>
Sat, 11 Nov 2017 12:14:28 +0000 (12:14 +0000)
commit0cff8d3c5bd2cddc9a0962257d64eba1efb4b17c
tree081c38c185da49b9cfe284fd1d7a881bcbfb9a5f
parentff04a94d15671bb5da4e6471eab13697f28c5e30
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.

(From OE-Core rev: a17f3ec910366e9e7551fa24fbc07929b9584341)

Signed-off-by: Awais Belal <awais_belal@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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