diff src/gd.mk @ 938:795dbc19e055

detangle package pthreads from package gcc Originally, the builds of gcc and pthreads were interlaced as a work-around to get OpenMPI support. However, that never worked.
author Volker Grabsch <vog@notjusthosting.com>
date Mon, 03 May 2010 12:12:53 +0200
parents f25041fd01c9
children 34f5daca82f4
line wrap: on
line diff
--- a/src/gd.mk	Mon May 03 11:55:19 2010 +0200
+++ b/src/gd.mk	Mon May 03 12:12:53 2010 +0200
@@ -11,7 +11,7 @@
 $(PKG)_WEBSITE  := http://www.libgd.org/
 $(PKG)_URL      := http://www.libgd.org/releases/$($(PKG)_FILE)
 $(PKG)_URL_2    := http://www.libgd.org/releases/oldreleases/$($(PKG)_FILE)
-$(PKG)_DEPS     := gcc freetype libpng jpeg libxml2
+$(PKG)_DEPS     := gcc freetype libpng jpeg libxml2 pthreads
 
 define $(PKG)_UPDATE
     wget -q -O- 'http://www.libgd.org/releases/' | \