diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1,3 +1,4 @@
+ld-linux-x86-64.so.2
libc.so.6
libdl.so.2
libexpat.so.1
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : gdb
-version : 8.3.1
-release : 11
+version : 9.1.0
+release : 12
source :
- - https://ftp.gnu.org/gnu/gdb/gdb-8.3.1.tar.xz : 1e55b4d7cdca7b34be12f4ceae651623aa73b2fd640152313f9f66a7149757c4
+ - https://ftp.gnu.org/gnu/gdb/gdb-9.1.tar.xz : 699e0ec832fdd2f21c8266171ea5bf44024bd05164fdf064e4d10cc4cf0d1737
homepage : http://www.gnu.org/software/gdb/
license : GPL-3.0-or-later
component : programming.tools
@@ -13,8 +13,11 @@
- /usr/include
- /usr/lib64
setup : |
- %configure
+ mkdir -p build/
+ cd build/
+
+ ../%configure
build : |
- %make
+ %make -C build
install : |
- %make_install -C gdb
+ %make_install -C build/gdb
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,8 +3,8 @@
gdb
http://www.gnu.org/software/gdb/
- Joey Riches
- josephriches@gmail.com
+ Alec Scott
+ alecbcs@gmail.com
GPL-3.0-or-later
programming.tools
@@ -68,14 +68,6 @@
/usr/share/gdb/system-gdbinit/wrs-linux.py
/usr/share/info/annotate.info
/usr/share/info/gdb.info
- /usr/share/info/gdb.info-1
- /usr/share/info/gdb.info-2
- /usr/share/info/gdb.info-3
- /usr/share/info/gdb.info-4
- /usr/share/info/gdb.info-5
- /usr/share/info/gdb.info-6
- /usr/share/info/gdb.info-7
- /usr/share/info/gdb.info-8
/usr/share/info/stabs.info
/usr/share/man/man1/gcore.1
/usr/share/man/man1/gdb-add-index.1
@@ -85,12 +77,12 @@
-
- 2019-09-24
- 8.3.1
+
+ 2020-05-01
+ 9.1.0
Packaging update
- Joey Riches
- josephriches@gmail.com
+ Alec Scott
+ alecbcs@gmail.com
\ No newline at end of file