diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-15 02:57:21 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-15 02:57:21 +0000 |
commit | 62a895e3de0cb91cc301a2eab6c5235b72ab4c91 (patch) | |
tree | b83de5172f9b961f72e44fdb3fad88222d5f8780 /libtool | |
parent | 41b6902de2cf37f395227e9211cc44df075ccdcb (diff) |
Cset exclude: kergoth@odin.(none)|ChangeSet|20040515011802|62539
- Undo the libtool 1.5.6 cset, since it isnt ready for mass consumption.
BKrev: 40a58711T-_XEfcQcsKLWoxYkZPiWQ
Diffstat (limited to 'libtool')
-rw-r--r-- | libtool/libtool_1.5.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libtool/libtool_1.5.oe b/libtool/libtool_1.5.oe index 6d2092eee5..e0599364b7 100644 --- a/libtool/libtool_1.5.oe +++ b/libtool/libtool_1.5.oe @@ -6,7 +6,8 @@ libraries) behind a consistent interface." SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ file://${FILESDIR}/m4.patch;patch=1 \ file://${FILESDIR}/autotools.patch;patch=1 \ - file://${FILESDIR}/prefix.patch;patch=1" + file://${FILESDIR}/prefix.patch;patch=1 \ + file://${FILESDIR}/libtool15-update-configscripts.patch;patch=1;pnum=1" S = "${WORKDIR}/libtool-${PV}" inherit autotools |