summaryrefslogtreecommitdiffstats
path: root/src/ilmbase.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-09-12 17:44:33 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-09-12 17:44:33 (GMT)
commitd70597fd9483f3e6bbea87c3d60e6023dd747252 (patch)
tree65c776a08edcb4c99a4fdb199af9dbd742fedb24 /src/ilmbase.mk
parentce869d393f655f3b3468607a0ca989c18b62ecc2 (diff)
downloadmxe-d70597fd9483f3e6bbea87c3d60e6023dd747252.zip
mxe-d70597fd9483f3e6bbea87c3d60e6023dd747252.tar.gz
mxe-d70597fd9483f3e6bbea87c3d60e6023dd747252.tar.bz2
bugfix for package ilmbase (by Tony Theodore)
Diffstat (limited to 'src/ilmbase.mk')
-rw-r--r--src/ilmbase.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ilmbase.mk b/src/ilmbase.mk
index 59cc9ee..1747b9e 100644
--- a/src/ilmbase.mk
+++ b/src/ilmbase.mk
@@ -29,7 +29,7 @@ define $(PKG)_BUILD
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)' \