diff options
Diffstat (limited to 'package/toybox/patches/patch-scripts_make_sh')
-rw-r--r-- | package/toybox/patches/patch-scripts_make_sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/toybox/patches/patch-scripts_make_sh b/package/toybox/patches/patch-scripts_make_sh new file mode 100644 index 000000000..dfbad59a7 --- /dev/null +++ b/package/toybox/patches/patch-scripts_make_sh @@ -0,0 +1,8 @@ +--- toybox-0.7.1.orig/scripts/make.sh 2016-06-01 00:33:23.000000000 +0200 ++++ toybox-0.7.1/scripts/make.sh 2016-10-16 12:27:17.000000000 +0200 +@@ -1,4 +1,5 @@ + #!/bin/bash ++set -x + + # Grab default values for $CFLAGS and such. + |