diff options
-rw-r--r-- | extra/gdb/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/gdb/APKBUILD b/extra/gdb/APKBUILD index b6905cd278..a851da3141 100644 --- a/extra/gdb/APKBUILD +++ b/extra/gdb/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gdb pkgver=6.8 -pkgrel=2 +pkgrel=3 pkgdesc="The GNU Debugger" url="http://sources.redhat.com/gdb/" license="GPL3" -depends="ncurses expat readline" -makedepends="ncurses-dev expat-dev readline-dev" +depends= +makedepends="ncurses-dev expat-dev" subpackages="$pkgname-doc" source="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2 50_all_gdb-pie-1.patch @@ -23,8 +23,8 @@ build () { done ./configure --prefix=/usr \ - --with-system-readline \ --disable-nls \ + --without-system-readline \ --disable-werror \ --mandir=/usr/share/man \ --infodir=/usr/share/info |