wok-6.x rev 4818
Fix: Remove python dependency on GDB.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Jan 20 00:51:39 2010 +0100 (2010-01-20) |
parents | 571262f3ad58 |
children | 8e4c8dda4852 |
files | gdb/receipt |
line diff
1.1 --- a/gdb/receipt Tue Jan 19 01:22:07 2010 +0100 1.2 +++ b/gdb/receipt Wed Jan 20 00:51:39 2010 +0100 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="The GNU Project Debugger." 1.5 MAINTAINER="erjo@slitaz.org" 1.6 DEPENDS="ncurses expat glibc-dev" 1.7 -BUILD_DEPENDS="ncurses-dev" 1.8 +BUILD_DEPENDS="ncurses-dev readline-dev" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.gnu.org/software/gdb/" 1.11 WGET_URL="http://ftp.gnu.org/gnu/gdb/$TARBALL" 1.12 @@ -15,7 +15,9 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - ./configure --disable-werror --prefix=/usr $CONFIGURE_ARGS && \ 1.17 + ./configure --prefix=/usr \ 1.18 + --with-python=no \ 1.19 + --disable-werror $CONFIGURE_ARGS && \ 1.20 make && make DESTDIR=$PWD/_pkg install 1.21 } 1.22