[arch-commits] Commit in gdb/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Sun Jul 31 04:32:06 UTC 2011


    Date: Sunday, July 31, 2011 @ 00:32:05
  Author: allan
Revision: 133976

upgpkg: gdb 7.3-2
python support must be explicitly configured now

Modified:
  gdb/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-31 04:15:59 UTC (rev 133975)
+++ PKGBUILD	2011-07-31 04:32:05 UTC (rev 133976)
@@ -4,7 +4,7 @@
 
 pkgname=gdb
 pkgver=7.3
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNU Debugger"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/gdb/"
@@ -22,6 +22,7 @@
   
   ./configure --prefix=/usr --disable-nls \
     --with-system-readline \
+    --with-python=/usr/bin/python2 \
     --with-system-gdbinit=/etc/gdb/gdbinit
   make
 }




More information about the arch-commits mailing list