summaryrefslogtreecommitdiffstats
path: root/source/d/gdb
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-05-13 22:53:13 +0000
committer Eric Hameleers <alien@slackware.com>2019-05-14 08:59:47 +0200
commitd42614785a6e27f06dfa601f5a07fa28a5c23b16 (patch)
tree1effd55c8ac155c2d50cc27158daca497617bd68 /source/d/gdb
parentd5199f14aa5f58cd822ecb689bc3f13683973cd1 (diff)
downloadcurrent-d42614785a6e27f06dfa601f5a07fa28a5c23b16.tar.gz
current-d42614785a6e27f06dfa601f5a07fa28a5c23b16.tar.xz
Mon May 13 22:53:13 UTC 201920190513225313
a/aaa_elflibs-15.0-x86_64-8.txz: Rebuilt. Upgraded: libcap.so.2.27, libglib-2.0.so.0.6000.2, libgmodule-2.0.so.0.6000.2, libgobject-2.0.so.0.6000.2, libgthread-2.0.so.0.6000.2, libpng16.so.16.37.0, libstdc++.so.6.0.26. a/e2fsprogs-1.45.1-x86_64-1.txz: Upgraded. ap/alsa-utils-1.1.9-x86_64-1.txz: Upgraded. ap/man-pages-5.01-noarch-1.txz: Upgraded. d/gdb-8.3-x86_64-1.txz: Upgraded. l/Mako-1.0.10-x86_64-1.txz: Upgraded. l/alsa-lib-1.1.9-x86_64-1.txz: Upgraded. l/alsa-plugins-1.1.9-x86_64-1.txz: Upgraded. l/imagemagick-6.9.10_45-x86_64-1.txz: Upgraded. l/mozilla-nss-3.44-x86_64-1.txz: Upgraded. l/utf8proc-2.4.0-x86_64-1.txz: Upgraded. n/iproute2-5.1.0-x86_64-1.txz: Upgraded. n/nfs-utils-2.3.4-x86_64-1.txz: Upgraded. extra/pure-alsa-system/alsa-lib-1.1.9-x86_64-1_alsa.txz: Upgraded. extra/pure-alsa-system/alsa-plugins-1.1.9-x86_64-1_alsa.txz: Upgraded.
Diffstat (limited to 'source/d/gdb')
-rwxr-xr-xsource/d/gdb/gdb.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/d/gdb/gdb.SlackBuild b/source/d/gdb/gdb.SlackBuild
index 083e37567..f8a8c88eb 100755
--- a/source/d/gdb/gdb.SlackBuild
+++ b/source/d/gdb/gdb.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gdb
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -73,7 +73,7 @@ find . \
-exec chmod 644 {} \;
# Currently broken in this version, but keep trying:
-if [ "$VERSION" = "8.2" -o "$VERSION" = "8.2.1" ]; then
+if [ "$VERSION" = "8.3" ]; then
GUILE_OPTION="--without-guile"
else
# Might as well try it to see if it compiles this time: