[arch-commits] Commit in gdb/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Wed Aug 27 06:17:40 UTC 2014
Date: Wednesday, August 27, 2014 @ 08:17:40
Author: anatolik
Revision: 220690
upgpkg: gdb 7.8-2
Disable guile dependency
https://sourceware.org/bugzilla/show_bug.cgi?id=17247
Modified:
gdb/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-08-27 06:15:05 UTC (rev 220689)
+++ PKGBUILD 2014-08-27 06:17:40 UTC (rev 220690)
@@ -4,12 +4,12 @@
pkgname=gdb
pkgver=7.8
-pkgrel=1
+pkgrel=2
pkgdesc="The GNU Debugger"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/gdb/"
license=('GPL3')
-depends=('ncurses' 'expat' 'python2' 'xz' 'guile')
+depends=('ncurses' 'expat' 'python2' 'xz')
makedepends=('texinfo')
backup=('etc/gdb/gdbinit')
install=gdb.install
@@ -27,10 +27,12 @@
build() {
cd ${srcdir}/${pkgname}-${pkgver}
+ # guile support has a severe bug https://sourceware.org/bugzilla/show_bug.cgi?id=17247
./configure --prefix=/usr --disable-nls \
--with-system-readline \
--with-python=/usr/bin/python2 \
- --with-system-gdbinit=/etc/gdb/gdbinit
+ --with-system-gdbinit=/etc/gdb/gdbinit \
+ --without-guile
make
}
More information about the arch-commits
mailing list