File: specify_SHELL.patch

package info (click to toggle)
libspiro 20071029-10
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,312 kB
  • ctags: 90
  • sloc: sh: 7,917; ansic: 1,097; makefile: 101
file content (17 lines) | stat: -rw-r--r-- 561 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: fix build failure with /bin/sh as non-bash environment
 lack of spcifying SHELL = @SHELL@, it uses /bin/sh by default
 and it causes build failure if /bin/sh is not bash.

---
Forwarded: no
Last-Update: 2014-01-07

Index: libspiro-20071029/Makefile.in
===================================================================
--- libspiro-20071029.orig/Makefile.in	2007-10-30 09:22:38.000000000 +0900
+++ libspiro-20071029/Makefile.in	2014-01-07 14:35:38.000000000 +0900
@@ -1,3 +1,4 @@
+SHELL = @SHELL@
 prefix = @prefix@
 exec_prefix = @exec_prefix@