[OE-core] [PATCH] libxml2: remove legacy LDFLAGS += "-ldl" workaround

Andre McCurdy armccurdy at gmail.com
Fri Nov 20 05:32:21 UTC 2015


libxml2 is able to find libdl.so on its own.

Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
---
 meta/recipes-core/libxml/libxml2.inc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc
index 1c3c37d..d14aacf 100644
--- a/meta/recipes-core/libxml/libxml2.inc
+++ b/meta/recipes-core/libxml/libxml2.inc
@@ -55,8 +55,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):
-- 
1.9.1




More information about the Openembedded-core mailing list