git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a72b91d
)
libxml2: fix build for powerpc, which is suspiciously lacking a -ldl
author
Koen Kooi
<koen@openembedded.org>
Fri, 15 Dec 2006 16:35:54 +0000
(16:35 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 15 Dec 2006 16:35:54 +0000
(16:35 +0000)
packages/libxml/libxml2_2.6.26.bb
patch
|
blob
|
history
diff --git
a/packages/libxml/libxml2_2.6.26.bb
b/packages/libxml/libxml2_2.6.26.bb
index
9f9e8bb
..
aabcb92
100644
(file)
--- a/
packages/libxml/libxml2_2.6.26.bb
+++ b/
packages/libxml/libxml2_2.6.26.bb
@@
-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/