package openexr: fix for outdated config files in native ilmbase build

This commit is contained in:
Tony Theodore 2011-11-30 22:13:21 +11:00
parent 1bdeea2e50
commit b414605943
1 changed files with 2 additions and 0 deletions

View File

@ -24,7 +24,9 @@ define $(PKG)_BUILD
cd '$(1)' && $(call UNPACK_PKG_ARCHIVE,ilmbase)
$(foreach PKG_PATCH,$(sort $(wildcard $(TOP_DIR)/src/ilmbase-*.patch)),
(cd '$(1)/$(ilmbase_SUBDIR)' && $(PATCH) -p1 -u) < $(PKG_PATCH))
echo 'echo $1' > '$(1)/$(ilmbase_SUBDIR)/config.sub'
cd '$(1)/$(ilmbase_SUBDIR)' && $(SHELL) ./configure \
--build="`config.guess`" \
--disable-shared \
--prefix='$(1)/ilmbase' \
--enable-threading=no \