diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-05-29 14:49:22 +0200 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-05-29 14:49:22 +0200 |
commit | 0965caed84104fc5dab48dcab867d503112d2142 (patch) | |
tree | 4d39f350e8fddd6c36112cb3a400e912cdb94607 /recipes/xorg-lib | |
parent | dda5c9e5e323cf9bbe40abb02de0b61b762e4e0c (diff) |
libx11: fix libtool invocation on x86/ppc
Diffstat (limited to 'recipes/xorg-lib')
-rw-r--r-- | recipes/xorg-lib/libx11_1.2.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/xorg-lib/libx11_1.2.bb b/recipes/xorg-lib/libx11_1.2.bb index a3d000f030..e9665bcc2f 100644 --- a/recipes/xorg-lib/libx11_1.2.bb +++ b/recipes/xorg-lib/libx11_1.2.bb @@ -13,6 +13,11 @@ SRC_URI += "file://x11_disable_makekeys.patch;patch=1 \ EXTRA_OECONF += "--without-xcb --with-keysymdef=${STAGING_INCDIR}/X11/keysymdef.h" +# Dolt gets used on x86 and ppc and hardcodes 'libtool' +do_configure_append() { + cp ${TARGET_PREFIX}libtool libtool || true +} + do_compile() { ( unset CC LD CXX CCLD CFLAGS CPPFLAGS LDFLAGS CXXFLAGS |