]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxml2: remove legacy LDFLAGS += "-ldl" workaround
authorAndre McCurdy <armccurdy@gmail.com>
Fri, 20 Nov 2015 05:32:21 +0000 (21:32 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Dec 2015 21:30:59 +0000 (21:30 +0000)
libxml2 is able to find libdl.so on its own.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/libxml/libxml2.inc

index 6ada4013850bec5a0e79c22cbc90c1571ace9fb6..416ce73fabc8422b681d1df218f0fed2c7fd2156 100644 (file)
@@ -57,8 +57,6 @@ export BUILD_SYS
 export STAGING_LIBDIR
 export STAGING_INCDIR
 
-export LDFLAGS += "-ldl"
-
 python populate_packages_prepend () {
     # autonamer would call this libxml2-2, but we don't want that
     if d.getVar('DEBIAN_NAMES', True):