]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blobdiff - gdb/gdb.nm
gdb: Update to 13.2
[people/pmueller/ipfire-3.x.git] / gdb / gdb.nm
index ebfad1c618c59ac13875ec8b755da3b032f1439e..06c49499f3b0f187c3dea3f083948d5f39cc0fcf 100644 (file)
@@ -4,11 +4,11 @@
 ###############################################################################
 
 name       = gdb
-version    = 7.12
+version    = 13.2
 release    = 1
 
 groups     = Development/Debuggers
-url        = http://gnu.org/software/gdb/
+url        = https://gnu.org/software/gdb/
 license    = GPLv3+
 summary    = A GNU source-level debugger for C, C++, Java and other languages.
 
@@ -18,14 +18,18 @@ description
        and printing their data.
 end
 
-source_dl  = ftp://ftp.gnu.org/gnu/gdb/
+source_dl  = https://ftp.gnu.org/gnu/gdb/
 sources    = %{thisapp}.tar.xz
 
 build
        requires
                bison
+               elfutils-devel
                expat-devel
+               gmp-devel
+               mpfr-devel
                ncurses-devel
+               python3-devel
                readline-devel
                texinfo
                xz-devel
@@ -34,8 +38,9 @@ build
 
        configure_options += \
                --with-pkgversion="%{DISTRO_NAME} gdb %{thisver}" \
-               --with-bugurl="http://bugzilla.ipfire.org/" \
+               --with-bugurl="https://bugzilla.ipfire.org/" \
                --with-system-gdbinit=/etc/gdbinit \
+               --with-python=%{python3} \
                --enable-64-bit-bfd \
                --enable-gdb-build-warnings=,-Wno-unused \
                --with-separate-debug-dir=/usr/lib/debug \
@@ -52,10 +57,10 @@ build
                --with-system-zlib \
                --disable-werror \
                --with-expat \
-               --with-python \
+               --with-python=%{python3} \
                --with-lzma \
+               --with-debuginfod \
                --without-libexpat-prefix \
-               --without-libunwind \
                %{DISTRO_MACHINE}
 
        install_cmds