aboutsummaryrefslogtreecommitdiffstats
path: root/tools/automake/patches/100-aclocal-skip-not-existing-directories.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-03-24 13:13:01 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-03-24 13:13:01 +0000
commitf6c581cc3ef85ee1b26a02456bcbf0bf52438a23 (patch)
treefd34e7194a79f4b18fb25f2136535c7a47b72162 /tools/automake/patches/100-aclocal-skip-not-existing-directories.patch
parente0c8e20f8c0765f58707439057405d0eb946746c (diff)
downloadupstream-f6c581cc3ef85ee1b26a02456bcbf0bf52438a23.tar.gz
upstream-f6c581cc3ef85ee1b26a02456bcbf0bf52438a23.tar.bz2
upstream-f6c581cc3ef85ee1b26a02456bcbf0bf52438a23.zip
automake: portability fixes
The rework of the host tools discovery caused automake to embed absolute paths to staging_dir/host/bin/perl into the shebang of the generated automake executables. Switch to the portable "/usr/bin/env perl" and enable global warnings through "$^W" instead of the "-w" interpreter argument. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44972
Diffstat (limited to 'tools/automake/patches/100-aclocal-skip-not-existing-directories.patch')
-rw-r--r--tools/automake/patches/100-aclocal-skip-not-existing-directories.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/automake/patches/100-aclocal-skip-not-existing-directories.patch b/tools/automake/patches/100-aclocal-skip-not-existing-directories.patch
index caaad084a4..ad019ddd1a 100644
--- a/tools/automake/patches/100-aclocal-skip-not-existing-directories.patch
+++ b/tools/automake/patches/100-aclocal-skip-not-existing-directories.patch
@@ -1,6 +1,6 @@
--- a/bin/aclocal.in
+++ b/bin/aclocal.in
-@@ -354,6 +354,12 @@ sub scan_m4_dirs ($$@)
+@@ -356,6 +356,12 @@ sub scan_m4_dirs ($$@)
foreach my $m4dir (@dirlist)
{