[packages] libgphoto2: set SHELL to fix libtool invocation on various hosts

git-svn-id: svn://svn.openwrt.org/openwrt/packages@24663 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-12-18 13:04:11 +00:00
parent 895b1dc812
commit bfd815717c

View File

@ -18,3 +18,36 @@
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@