[packages] libgphoto2: set SHELL to fix libtool invocation on various hosts
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 18 Dec 2010 13:04:11 +0000 (13:04 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 18 Dec 2010 13:04:11 +0000 (13:04 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24663 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/libgphoto2/patches/001-automake-compat.patch

index d324bfe..0da6e46 100644 (file)
  AM_ICONV()
  GP_GETTEXT_FLAGS()
  
+--- a/libgphoto2_port/libgphoto2_port/Makefile.in
++++ b/libgphoto2_port/libgphoto2_port/Makefile.in
+@@ -14,6 +14,8 @@
+ @SET_MAKE@
++SHELL = @SHELL@
++
+ VPATH = @srcdir@
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+--- a/libgphoto2_port/Makefile.in
++++ b/libgphoto2_port/Makefile.in
+@@ -14,7 +14,7 @@
+ @SET_MAKE@
+-
++SHELL = @SHELL@
+ VPATH = @srcdir@
+ pkgdatadir = $(datadir)/@PACKAGE@
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -19,7 +19,7 @@
+ ########################################################################
+ # put file lists and special compile rules here
+-
++SHELL = @SHELL@
+ VPATH = @srcdir@
+ pkgdatadir = $(datadir)/@PACKAGE@