diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-29 05:23:30 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-29 05:23:30 +0000 |
commit | 43baf8f76990b0ab6854aef907b838dda8fa3981 (patch) | |
tree | 2f4ee4ce7afee8ddefc9510cc2d0b6ced7404747 | |
parent | 7a3f53d90ed42227576182ef8440b6b21055a494 (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
-rw-r--r-- | autoconf/autoconf-2.59/sizeof_types.patch | 0 | ||||
-rw-r--r-- | autoconf/autoconf_2.59.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/autoconf/autoconf-2.59/sizeof_types.patch b/autoconf/autoconf-2.59/sizeof_types.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/autoconf/autoconf-2.59/sizeof_types.patch 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." |