wok diff gdb/receipt @ rev 5179

Up: openssh 5.4p1 (#296)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Mar 27 18:10:27 2010 +0100 (2010-03-27)
parents bda3fa7fda26
children fdcef0b5e0c7
line diff
     1.1 --- a/gdb/receipt	Sat Jan 02 10:00:50 2010 +0100
     1.2 +++ b/gdb/receipt	Sat Mar 27 18:10:27 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