changeset 2256:da0152b208dc

package openexr: explicit pthreads dependency
author Mark Brand <mabrand@mabrand.nl>
date Sat, 25 Feb 2012 16:07:56 +0100
parents 1b2a0256b29c
children 6725eba96cb8
files src/openexr.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/openexr.mk	Sat Feb 25 15:54:48 2012 +0100
+++ b/src/openexr.mk	Sat Feb 25 16:07:56 2012 +0100
@@ -10,7 +10,7 @@
 $(PKG)_FILE     := openexr-$($(PKG)_VERSION).tar.gz
 $(PKG)_WEBSITE  := http://www.openexr.com/
 $(PKG)_URL      := http://download.savannah.nongnu.org/releases/openexr/$($(PKG)_FILE)
-$(PKG)_DEPS     := gcc ilmbase zlib
+$(PKG)_DEPS     := gcc ilmbase pthreads zlib
 
 define $(PKG)_UPDATE
     wget -q -O- 'http://www.openexr.com/downloads.html' | \
@@ -48,7 +48,7 @@
         -I'$(1)/ilmbase/include/OpenEXR' \
         -L'$(1)/ilmbase/lib' \
         b44ExpLogTable.cpp \
-        -lImath -lHalf -lIex -lIlmThread \
+        -lImath -lHalf -lIex -lIlmThread -lpthread \
         -o b44ExpLogTable
     '$(1)/IlmImf/b44ExpLogTable' > '$(1)/IlmImf/b44ExpLogTable.h'
     $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=