gdb: 7.8.2 -> 7.9.1

This commit is contained in:
Thomas Penteker 2015-08-19 15:01:43 +02:00
parent 5e0bfbc6e0
commit 43f5891db0
2 changed files with 6 additions and 2 deletions

View File

@ -1 +1 @@
a80cf252ed2e775d4e4533341bbf2459 gdb-7.8.2.tar.xz
35374c77a70884eb430c97061053a36e gdb-7.9.1.tar.xz

View File

@ -5,7 +5,7 @@
# Depends on: ncurses
name=gdb
version=7.8.2
version=7.9.1
release=1
source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
@ -13,6 +13,10 @@ build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
# ...
sed -i 's/^exit $st/exit 0/g' missing
make DESTDIR=$PKG install
rm -rf $PKG/usr/{info,share,lib,include}
}