update package gdb

This commit is contained in:
Mark Brand 2012-08-18 12:00:48 +02:00
parent eb74272e66
commit 2f4765fda8
2 changed files with 3 additions and 2 deletions

View File

@ -1135,7 +1135,7 @@ USE_OSGPLUGIN(<plugin2>)
</tr>
<tr>
<td id="gdb-package">gdb</td>
<td id="gdb-version">7.4.1</td>
<td id="gdb-version">7.5</td>
<td id="gdb-website"><a href="http://www.gnu.org/software/gdb/">gdb</a></td>
</tr>
<tr>

View File

@ -2,7 +2,7 @@
# See index.html for further information.
PKG := gdb
$(PKG)_CHECKSUM := 1b0f8c3778d4b10c8d2be6922ac01a9900e8116c
$(PKG)_CHECKSUM := 79b61152813e5730fa670c89e5fc3c04b670b02c
$(PKG)_SUBDIR := gdb-$($(PKG)_VERSION)
$(PKG)_FILE := gdb-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/$(PKG)/$($(PKG)_FILE)
@ -20,6 +20,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--build="`config.guess`" \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
CONFIG_SHELL=$(SHELL)