diff options
Diffstat (limited to 'source')
-rwxr-xr-x | source/k/build-all-kernels.sh | 4 | ||||
-rwxr-xr-x | source/k/kernel-modules.SlackBuild | 6 | ||||
-rwxr-xr-x | source/l/gc/gc.SlackBuild | 2 | ||||
-rw-r--r-- | source/x/x11/build/libXrender | 2 | ||||
-rw-r--r-- | source/x/x11/build/xfsinfo | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/source/k/build-all-kernels.sh b/source/k/build-all-kernels.sh index 09e684b17..0ac96bdf6 100755 --- a/source/k/build-all-kernels.sh +++ b/source/k/build-all-kernels.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2018, 2021 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2018, 2021, 2022 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -66,7 +66,7 @@ for recipe in $RECIPES ; do # files and package naming scheme, and define the output location. if [ "$recipe" = "x86_64" ]; then # Recipe for x86_64: - CONFIG_SUFFIX=".x64" + export CONFIG_SUFFIX=".x64" unset LOCALVERSION OUTPUT=${OUTPUT:-${TMP}/output-x86_64-${VERSION}} elif [ "$recipe" = "IA32_SMP" ]; then diff --git a/source/k/kernel-modules.SlackBuild b/source/k/kernel-modules.SlackBuild index ff083c16a..d7df6d3c4 100755 --- a/source/k/kernel-modules.SlackBuild +++ b/source/k/kernel-modules.SlackBuild @@ -120,13 +120,13 @@ fi echo "Stripping debug info from kernel modules..." find $PKG -name "*.ko" -exec strip --strip-debug "{}" \; fi - # Fix build and source symlinks if they are pointing into /tmp: + # Fix build and source symlinks if they are pointing into $TMP: ( cd $PKG/lib/modules/${VERSION}${LOCALVERSION} for symlink in build source ; do target=$(readlink $symlink) - if echo $target | grep -q "^/tmp/package-kernel-source/" ; then + if echo $target | grep -q "^$TMP/package-kernel-source/" ; then rm -f $symlink - ln -sf $(echo $target | sed "s|/tmp/package-kernel-source/|/|g") $symlink + ln -sf $(echo $target | sed "s|$TMP/package-kernel-source/|/|g") $symlink fi done ) diff --git a/source/l/gc/gc.SlackBuild b/source/l/gc/gc.SlackBuild index 5438b2bdf..1bafa0377 100755 --- a/source/l/gc/gc.SlackBuild +++ b/source/l/gc/gc.SlackBuild @@ -27,7 +27,7 @@ PKGNAM=gc VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} BUILD=${BUILD:-1} -LAO_VERSION="7.6.12" # libatomic_ops version +LAO_VERSION="7.6.14" # libatomic_ops version # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/x/x11/build/libXrender b/source/x/x11/build/libXrender index b8626c4cf..d00491fd7 100644 --- a/source/x/x11/build/libXrender +++ b/source/x/x11/build/libXrender @@ -1 +1 @@ -4 +1 diff --git a/source/x/x11/build/xfsinfo b/source/x/x11/build/xfsinfo index 00750edc0..d00491fd7 100644 --- a/source/x/x11/build/xfsinfo +++ b/source/x/x11/build/xfsinfo @@ -1 +1 @@ -3 +1 |