bugfix for package openexr: ensure that ./configure uses the correct *-pkg-config

This commit is contained in:
Volker Grabsch 2011-06-02 20:45:48 +02:00
parent 0931f4704b
commit 013f5fb12b
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@ define $(PKG)_BUILD
--prefix='$(PREFIX)/$(TARGET)' \
--disable-threading \
--disable-posix-sem \
--disable-ilmbasetest
--disable-ilmbasetest \
PKG_CONFIG='$(PREFIX)/bin/$(TARGET)-pkg-config'
# build the code generator manually
cd '$(1)/IlmImf' && g++ \
-I'$(1)/ilmbase/include/OpenEXR' \