diff src/ilmbase.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 b005b9cf8998
line wrap: on
line diff
--- a/src/ilmbase.mk	Sun Sep 12 16:18:13 2010 +0200
+++ b/src/ilmbase.mk	Sun Sep 12 19:44:33 2010 +0200
@@ -29,7 +29,7 @@
     echo '/* disabled */' > '$(1)/IlmThread/IlmThreadSemaphorePosixCompat.cpp'
     # Because of the previous changes, '--disable-threading' will not disable
     # threading. It will just disable the unwanted check for pthread.
-    cd '$(1)' && ./configure \
+    cd '$(1)' && $(SHELL) ./configure \
         --host='$(TARGET)' \
         --disable-shared \
         --prefix='$(PREFIX)/$(TARGET)' \