summaryrefslogtreecommitdiffstats
path: root/external/meta-gplv2/recipes-extended/gzip/gzip-1.3.12/fix-shell.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-gplv2/recipes-extended/gzip/gzip-1.3.12/fix-shell.patch')
-rw-r--r--external/meta-gplv2/recipes-extended/gzip/gzip-1.3.12/fix-shell.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/external/meta-gplv2/recipes-extended/gzip/gzip-1.3.12/fix-shell.patch b/external/meta-gplv2/recipes-extended/gzip/gzip-1.3.12/fix-shell.patch
new file mode 100644
index 00000000..13b479bf
--- /dev/null
+++ b/external/meta-gplv2/recipes-extended/gzip/gzip-1.3.12/fix-shell.patch
@@ -0,0 +1,16 @@
+We want /bin/sh left as the shell, not bash for example
+Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
+Upstream-Status: Inappropriate [fixed differently in new versions]
+
+Index: gzip-1.3.12/Makefile.am
+===================================================================
+--- gzip-1.3.12.orig/Makefile.am
++++ gzip-1.3.12/Makefile.am
+@@ -55,7 +55,6 @@ gzip.doc.gz: gzip.doc
+ SUFFIXES = .in
+ .in:
+ sed \
+- -e 's|/bin/sh|$(SHELL)|g' \
+ -e 's|BINDIR|$${GZIP_BINDIR-'\''$(bindir)'\''}|g' \
+ -e 's|[@]VERSION@|$(VERSION)|g' \
+ $(srcdir)/$@.in >$@