package openexr: portability fix for systems using dash as /bin/sh

This commit is contained in:
Tony Theodore 2012-12-10 02:19:51 +11:00
parent 03624857a0
commit a2971cdfc8
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ define $(PKG)_BUILD
--prefix='$(1)/ilmbase' \
--enable-threading=no \
--disable-posix-sem \
CONFIG_SHELL=$(SHELL)
CONFIG_SHELL=$(SHELL) \
SHELL=$(SHELL)
$(MAKE) -C '$(1)/$(ilmbase_SUBDIR)' -j '$(JOBS)' install \
bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
cd '$(1)' && ./configure \