summaryrefslogtreecommitdiffstats
path: root/source/d/libtool
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-09-25 22:22:51 +0000
committer Eric Hameleers <alien@slackware.com>2019-09-26 08:59:50 +0200
commit33af2d95f7fb454b335c48d176e1deed55b24fc6 (patch)
tree668506fc61eb766303f26ba5d9436fd704c15f65 /source/d/libtool
parente95bfb887895c342fc1d8053d8cacda80cc36af4 (diff)
downloadcurrent-33af2d95f7fb454b335c48d176e1deed55b24fc6.tar.gz
current-33af2d95f7fb454b335c48d176e1deed55b24fc6.tar.xz
Wed Sep 25 22:22:51 UTC 201920190925222251
d/libtool-2.4.6-x86_64-12.txz: Rebuilt. Recompiled to update embedded GCC version number. d/strace-5.3-x86_64-1.txz: Upgraded. n/iproute2-5.3.0-x86_64-1.txz: Upgraded. x/libXvMC-1.0.12-x86_64-2.txz: Rebuilt. Restored xv to xvmc.pc to fix Mesa build (and possibly others). x/mesa-19.2.0-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-68.1.1-x86_64-1.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/thunderbird/68.1.1/releasenotes/ https://www.mozilla.org/security/known-vulnerabilities/thunderbird.html (* Security fix *)
Diffstat (limited to 'source/d/libtool')
-rwxr-xr-xsource/d/libtool/libtool.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/d/libtool/libtool.SlackBuild b/source/d/libtool/libtool.SlackBuild
index 419a0d59e..15fd3fbc9 100755
--- a/source/d/libtool/libtool.SlackBuild
+++ b/source/d/libtool/libtool.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libtool
VERSION=${VERSION:-$(echo libtool-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-11}
+BUILD=${BUILD:-12}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}