diff options
Diffstat (limited to 'community/ilmbase/APKBUILD')
-rw-r--r-- | community/ilmbase/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/ilmbase/APKBUILD b/community/ilmbase/APKBUILD index 430d9e2fd49..34dfc241a46 100644 --- a/community/ilmbase/APKBUILD +++ b/community/ilmbase/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Mark Riedesel <mark+alpine@klowner.com> pkgname=ilmbase pkgver=2.2.0 -pkgrel=3 +pkgrel=4 pkgdesc="Base libraries from ILM for OpenEXR" url="http://www.openexr.com" arch="all" @@ -19,6 +19,7 @@ prepare() { build() { cd "$builddir" + CONFIG_SHELL=/bin/bash /bin/bash \ ./configure \ --build=$CBUILD \ --host=$CHOST \ |