summaryrefslogtreecommitdiff
path: root/autoconf/autoconf_2.59.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-29 05:23:30 +0000
committerChris Larson <clarson@kergoth.com>2004-05-29 05:23:30 +0000
commit43baf8f76990b0ab6854aef907b838dda8fa3981 (patch)
tree2f4ee4ce7afee8ddefc9510cc2d0b6ced7404747 /autoconf/autoconf_2.59.oe
parent7a3f53d90ed42227576182ef8440b6b21055a494 (diff)
Apply patch to autoconf to use a version of AC_CHECK_SIZEOF that works when
crosscompiling. Based on shell code courtesy Manuel Novoa III. BKrev: 40b81e52a1r4O8ohH8-iSfNWE0cGuA
Diffstat (limited to 'autoconf/autoconf_2.59.oe')
-rw-r--r--autoconf/autoconf_2.59.oe3
1 files changed, 2 insertions, 1 deletions
diff --git a/autoconf/autoconf_2.59.oe b/autoconf/autoconf_2.59.oe
index 76c50e6a4a..41c8e21058 100644
--- a/autoconf/autoconf_2.59.oe
+++ b/autoconf/autoconf_2.59.oe
@@ -5,7 +5,8 @@ SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \
file://autoreconf-foreign.patch;patch=1 \
file://autoreconf-gnuconfigize.patch;patch=1 \
file://autoconf259-update-configscripts.patch;patch=1 \
- file://autoheader-nonfatal-warnings.patch;patch=1"
+ file://autoheader-nonfatal-warnings.patch;patch=1 \
+ file://sizeof_types.patch;patch=1"
DESCRIPTION = "A package of M4 macros to produce scripts to \
automatically configure sourcecode."