X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=tools%2Fautomake%2Fpatches%2F000-relocatable.patch;fp=tools%2Fautomake%2Fpatches%2F000-relocatable.patch;h=59864f2ad5302da235d06e5efabf1fea6804aca5;hp=8e9ee37db49fb9dd77bccb6fc97a26e4d8d84ea0;hb=1fe4ea5da3e39665368fb43a5439c6955024755b;hpb=61aa54d4135fc68bbf027665aba6959c3813e7c7 diff --git a/tools/automake/patches/000-relocatable.patch b/tools/automake/patches/000-relocatable.patch index 8e9ee37db4..59864f2ad5 100644 --- a/tools/automake/patches/000-relocatable.patch +++ b/tools/automake/patches/000-relocatable.patch @@ -11,7 +11,21 @@ # We need at least this version for CLONE support. --- a/bin/aclocal.in +++ b/bin/aclocal.in -@@ -27,7 +27,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0"; +@@ -1,10 +1,12 @@ +-#!@PERL@ -w ++#!@PERL@ + # -*- perl -*- + # @configure_input@ + + eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac' + if 0; + ++$^W = 1; ++ + # aclocal - create aclocal.m4 by scanning configure.ac + + # Copyright (C) 1996-2014 Free Software Foundation, Inc. +@@ -27,7 +29,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0"; BEGIN { @@ -20,7 +34,7 @@ unless @Aclocal::perl_libdirs; unshift @INC, @Aclocal::perl_libdirs; } -@@ -69,8 +69,8 @@ $perl_threads = 0; +@@ -69,8 +71,8 @@ $perl_threads = 0; # ACLOCAL_PATH environment variable, and reset with the '--system-acdir' # option. my @user_includes = (); @@ -33,7 +47,21 @@ my $install = 0; --- a/bin/automake.in +++ b/bin/automake.in -@@ -31,7 +31,7 @@ use strict; +@@ -1,10 +1,12 @@ +-#!@PERL@ -w ++#!@PERL@ + # -*- perl -*- + # @configure_input@ + + eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac' + if 0; + ++$^W = 1; ++ + # automake - create Makefile.in from Makefile.am + # Copyright (C) 1994-2014 Free Software Foundation, Inc. + +@@ -31,7 +33,7 @@ use strict; BEGIN { @@ -42,3 +70,27 @@ unless @Automake::perl_libdirs; unshift @INC, @Automake::perl_libdirs; +--- a/t/wrap/aclocal.in ++++ b/t/wrap/aclocal.in +@@ -1,6 +1,8 @@ +-#!@PERL@ -w ++#!@PERL@ + # @configure_input@ + ++$^W = 1; ++ + # Copyright (C) 2012-2014 Free Software Foundation, Inc. + + # This program is free software; you can redistribute it and/or modify +--- a/t/wrap/automake.in ++++ b/t/wrap/automake.in +@@ -1,6 +1,8 @@ +-#!@PERL@ -w ++#!@PERL@ + # @configure_input@ + ++$^W = 1; ++ + # Copyright (C) 2012-2014 Free Software Foundation, Inc. + + # This program is free software; you can redistribute it and/or modify