update package gc

This commit is contained in:
Mark Brand 2012-05-14 09:04:28 +02:00
parent c99fc0cddf
commit a87e2524d9
2 changed files with 3 additions and 2 deletions

View File

@ -1100,7 +1100,7 @@ USE_OSGPLUGIN(<plugin2>)
</tr>
<tr>
<td id="gc-package">gc</td>
<td id="gc-version">7.1</td>
<td id="gc-version">7.2</td>
<td id="gc-website"><a href="http://www.hpl.hp.com/personal/Hans_Boehm/gc/">gc</a></td>
</tr>
<tr>

View File

@ -3,7 +3,7 @@
PKG := gc
$(PKG)_IGNORE :=
$(PKG)_CHECKSUM := e84cba5d18f4ea5ed4e5fd3f1dc6a46bc190ff6f
$(PKG)_CHECKSUM := 43c5f2704479dc8d8010fb2c73fa269bf3151d5b
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.hpl.hp.com/personal/Hans_Boehm/$(PKG)/$(PKG)_source/$($(PKG)_FILE)
@ -20,6 +20,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--build="`config.guess`" \
--prefix='$(PREFIX)/$(TARGET)' \
--disable-shared \
--enable-threads=win32 \