diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-07-10 14:30:46 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-07-10 14:30:46 +0000 |
commit | de1ecaba75bda10cc12d638542ec8df695a8d9bf (patch) | |
tree | 7d780ccf45fb674fc8c8873ee0f64857d97265e4 /packages | |
parent | 49b2e7a4bfe73dc28532b716a6d6c969924d9d79 (diff) | |
parent | b5aaf9905d94230b8eb5b7af758313570e837b97 (diff) |
merge of '25a1b52e92703197872289b2993d3a00ab8ef3a3'
and 'e83627c34a3570756ff549f9e7273f5bea3e57bf'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/autoconf/autoconf-2.61/config-site.patch | 13 | ||||
-rw-r--r-- | packages/autoconf/autoconf_2.61.bb | 1 |
2 files changed, 14 insertions, 0 deletions
diff --git a/packages/autoconf/autoconf-2.61/config-site.patch b/packages/autoconf/autoconf-2.61/config-site.patch new file mode 100644 index 0000000000..0fa49720c1 --- /dev/null +++ b/packages/autoconf/autoconf-2.61/config-site.patch @@ -0,0 +1,13 @@ +Index: autoconf-2.61/lib/autoconf/general.m4 +=================================================================== +--- autoconf-2.61.orig/lib/autoconf/general.m4 2007-07-10 15:09:01.000000000 +0100 ++++ autoconf-2.61/lib/autoconf/general.m4 2007-07-10 15:09:17.000000000 +0100 +@@ -1767,7 +1767,7 @@ + m4_define([AC_SITE_LOAD], + [# Prefer explicitly selected file to automatically selected ones. + if test -n "$CONFIG_SITE"; then +- set x "$CONFIG_SITE" ++ set x $CONFIG_SITE + elif test "x$prefix" != xNONE; then + set x "$prefix/share/config.site" "$prefix/etc/config.site" + else diff --git a/packages/autoconf/autoconf_2.61.bb b/packages/autoconf/autoconf_2.61.bb index 370315f041..e6a452c9a0 100644 --- a/packages/autoconf/autoconf_2.61.bb +++ b/packages/autoconf/autoconf_2.61.bb @@ -8,6 +8,7 @@ SRC_URI += "file://autoreconf-include.patch;patch=1 \ file://autoreconf-foreign.patch;patch=1 \ file://autoreconf-gnuconfigize.patch;patch=1 \ file://autoheader-nonfatal-warnings.patch;patch=1 \ + file://config-site.patch;patch=1 \ ${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]}" DEFAULT_PREFERENCE = "-1" |