From: jow Date: Sat, 18 Dec 2010 13:04:11 +0000 (+0000) Subject: [packages] libgphoto2: set SHELL to fix libtool invocation on various hosts X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=bfd815717c6605afa8b9b2d073797a54511beea8;p=packages.git [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 --- diff --git a/libs/libgphoto2/patches/001-automake-compat.patch b/libs/libgphoto2/patches/001-automake-compat.patch index d324bfe3d..0da6e46b2 100644 --- a/libs/libgphoto2/patches/001-automake-compat.patch +++ b/libs/libgphoto2/patches/001-automake-compat.patch @@ -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@