[oe-commits] org.oe.dev libxml2: fix build for powerpc, which is suspiciously lacking a -ldl

koen commit openembedded-commits at lists.openembedded.org
Fri Dec 15 16:38:24 UTC 2006


libxml2: fix build for powerpc, which is suspiciously lacking a -ldl

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 0214582b05132b8f733d073082c352b0d19100fd
ViewMTN: http://monotone.openembedded.org/revision.psp?id=0214582b05132b8f733d073082c352b0d19100fd
Files:
1
packages/libxml/libxml2_2.6.26.bb
Diffs:

#
# mt diff -rb69e1fa3c948f1b457f68d8dafdae100280874ed -r0214582b05132b8f733d073082c352b0d19100fd
#
# 
# 
# patch "packages/libxml/libxml2_2.6.26.bb"
#  from [b95a1d5f9d06c89eb36fe3818331691989d0f29a]
#    to [ad3e4e63e9897d6d72ecea932ae4fb3cf222c774]
# 
============================================================
--- packages/libxml/libxml2_2.6.26.bb	b95a1d5f9d06c89eb36fe3818331691989d0f29a
+++ packages/libxml/libxml2_2.6.26.bb	ad3e4e63e9897d6d72ecea932ae4fb3cf222c774
@@ -9,6 +9,8 @@ EXTRA_OECONF = "--without-python --witho
 
 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/






More information about the Openembedded-commits mailing list