diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-05 21:32:23 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-05 21:32:23 +0000 |
commit | 78817545b117ec78e512afe7a26cb9cbc3eee2ba (patch) | |
tree | fa8e633622b395ef640b7f1428f2758a2b49499e /libtool | |
parent | a9740caca518c6a70d3848ee67004e4f3201e5e8 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into linux.local:/home/kergoth/code/packages
2004/05/05 17:32:17-04:00 local!kergoth
Fix autoreconf execution failures in the libtool 1.5 builds (not certain why they didn't result in build failure on some machines, that needs investigation).
BKrev: 40995d67oIfzBdq67pXDFRZMGxlnfg
Diffstat (limited to 'libtool')
-rw-r--r-- | libtool/libtool-1.5/autotools.patch | 0 | ||||
-rw-r--r-- | libtool/libtool_1.5.oe | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/libtool/libtool-1.5/autotools.patch b/libtool/libtool-1.5/autotools.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libtool/libtool-1.5/autotools.patch diff --git a/libtool/libtool_1.5.oe b/libtool/libtool_1.5.oe index 9d825b5585..518d4c6ef5 100644 --- a/libtool/libtool_1.5.oe +++ b/libtool/libtool_1.5.oe @@ -5,6 +5,7 @@ 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}/autotools.patch;patch=1 \ file://${FILESDIR}/libtool15-update-configscripts.patch;patch=1;pnum=1" S = "${WORKDIR}/libtool-${PV}" |