summaryrefslogtreecommitdiff
path: root/libtool/libtool_1.5.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-04 22:20:07 +0000
committerChris Larson <clarson@kergoth.com>2004-05-04 22:20:07 +0000
commit3fd8f741dee1fabf8f039978477ddf40186af857 (patch)
tree7653e838f4222192f8fb34f21ac9202c06a3a224 /libtool/libtool_1.5.oe
parent075e454dcb3d634ec9cc6f11281779201f12b508 (diff)
Merge openembedded@openembedded.bkbits.net:packages
into linux.local:/home/kergoth/code/packages 2004/05/04 18:19:53-04:00 local!kergoth Libtool fixup pass 1: Fix brokenness wrt shared libs on x86_64 (see ticket #29 in rt). Kill the libtool.m4 -> acinclude.m4 madness. Move the .m4's into an m4/ directory. Let autotools.oeclass handle regenerating files, rather than calling libtool's script for it. BKrev: 409817176nl9X1Mvw1iB4qnOQmAd4A
Diffstat (limited to 'libtool/libtool_1.5.oe')
-rw-r--r--libtool/libtool_1.5.oe5
1 files changed, 2 insertions, 3 deletions
diff --git a/libtool/libtool_1.5.oe b/libtool/libtool_1.5.oe
index 33cfbbb98b..9d825b5585 100644
--- a/libtool/libtool_1.5.oe
+++ b/libtool/libtool_1.5.oe
@@ -4,11 +4,10 @@ the complexity of generating special library types (such as shared \
libraries) behind a consistent interface."
SRC_URI = "http://ftp.club.cc.cmu.edu/pub/gnu/libtool/libtool-${PV}.tar.gz \
+ file://${FILESDIR}/m4.patch;patch=1 \
file://${FILESDIR}/libtool15-update-configscripts.patch;patch=1;pnum=1"
S = "${WORKDIR}/libtool-${PV}"
inherit autotools
-do_configure_prepend () {
- ./bootstrap
-}
+acpaths = "-I ${S}/m4"