diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-12-18 13:50:04 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-12-18 13:50:04 +0000 |
commit | a29979e19ed76c2029cfd822951b7fde56a98a8e (patch) | |
tree | 85102cf43b72d5ce2294ab17f565183b4436729d /packages/libxml | |
parent | 16b15891b993ca44dacd6c15ec678b2eac721548 (diff) | |
parent | 302f1878f6adacd506a24dd55fecc262a57bf61e (diff) |
merge of '1d2340f5c0766711d217ca40fbfcb4cb196412ac'
and '8bee8c12a8f566036b80dc740f5215782a19eb8b'
Diffstat (limited to 'packages/libxml')
-rw-r--r-- | packages/libxml/libxml2_2.6.26.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/libxml/libxml2_2.6.26.bb b/packages/libxml/libxml2_2.6.26.bb index 9f9e8bbac2..aabcb926ff 100644 --- 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/ |