diff src/openexr.mk @ 1131:3f88f82599dc

bugfix for package ilmbase (by Tony Theodore)
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 12 Sep 2010 19:44:33 +0200
parents a3541e7a62b0
children d516fda09eef
line wrap: on
line diff
--- a/src/openexr.mk	Sun Sep 12 16:18:13 2010 +0200
+++ b/src/openexr.mk	Sun Sep 12 19:44:33 2010 +0200
@@ -22,7 +22,7 @@
 define $(PKG)_BUILD
     # unpack and build a native version of ilmbase
     cd '$(1)' && $(call UNPACK_PKG_ARCHIVE,ilmbase)
-    cd '$(1)/$(ilmbase_SUBDIR)' && ./configure \
+    cd '$(1)/$(ilmbase_SUBDIR)' && $(SHELL) ./configure \
         --disable-shared \
         --prefix='$(1)/ilmbase' \
         --enable-threading=no \