libxml2: fix build for powerpc, which is suspiciously lacking a -ldl
authorKoen Kooi <koen@openembedded.org>
Fri, 15 Dec 2006 16:35:54 +0000 (16:35 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 15 Dec 2006 16:35:54 +0000 (16:35 +0000)
packages/libxml/libxml2_2.6.26.bb

index 9f9e8bb..aabcb92 100644 (file)
@@ -9,6 +9,8 @@ inherit autotools pkgconfig binconfig
 
 EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --without-c14n"
 
+export LDFLAGS += "-ldl"
+
 do_stage() {
        autotools_stage_all
        install -m 0644 libxml.m4 ${STAGING_DATADIR}/aclocal/