From: Andre McCurdy Date: Fri, 20 Nov 2015 05:32:21 +0000 (-0800) Subject: libxml2: remove legacy LDFLAGS += "-ldl" workaround X-Git-Tag: 2016-4~2106 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=148a2d80ea4b095a77e5d4edc1ca964708c3f4d1;p=openembedded-core.git libxml2: remove legacy LDFLAGS += "-ldl" workaround libxml2 is able to find libdl.so on its own. Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton --- diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc index 6ada401385..416ce73fab 100644 --- a/meta/recipes-core/libxml/libxml2.inc +++ b/meta/recipes-core/libxml/libxml2.inc @@ -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):