diff options
Diffstat (limited to 'source')
-rwxr-xr-x | source/ap/ksh93/ksh93.SlackBuild | 5 | ||||
-rw-r--r-- | source/ap/ksh93/ksh93.use.clang.for.tests.diff | 17 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-4.19.40 (renamed from source/k/kernel-configs/config-generic-4.19.39) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-4.19.40.x64 (renamed from source/k/kernel-configs/config-generic-4.19.39.x64) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-smp-4.19.40-smp (renamed from source/k/kernel-configs/config-generic-smp-4.19.39-smp) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-4.19.40 (renamed from source/k/kernel-configs/config-huge-4.19.39) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-4.19.40.x64 (renamed from source/k/kernel-configs/config-huge-4.19.39.x64) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-smp-4.19.40-smp (renamed from source/k/kernel-configs/config-huge-smp-4.19.39-smp) | 2 |
8 files changed, 28 insertions, 6 deletions
diff --git a/source/ap/ksh93/ksh93.SlackBuild b/source/ap/ksh93/ksh93.SlackBuild index 950f54590..6a3a95903 100755 --- a/source/ap/ksh93/ksh93.SlackBuild +++ b/source/ap/ksh93/ksh93.SlackBuild @@ -77,6 +77,11 @@ rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.?z || exit 1 cd $SRCNAM-$VERSION || exit 1 +# A test script defaults to GCC, which doesn't make sense as we use clang +# to compile ksh93. This probably wouldn't be as much of a problem except +# that it fails with GCC9. +zcat $CWD/ksh93.use.clang.for.tests.diff.gz | patch -p1 --verbose || exit 1 + chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ diff --git a/source/ap/ksh93/ksh93.use.clang.for.tests.diff b/source/ap/ksh93/ksh93.use.clang.for.tests.diff new file mode 100644 index 000000000..4fda65f64 --- /dev/null +++ b/source/ap/ksh93/ksh93.use.clang.for.tests.diff @@ -0,0 +1,17 @@ +--- ./scripts/libast_prereq.sh.orig 2019-05-05 13:34:36.069904205 -0500 ++++ ./scripts/libast_prereq.sh 2019-05-05 13:37:19.117888974 -0500 +@@ -20,12 +20,12 @@ + + if [ -z "$CC" ]; + then +- CC=cc ++ CC=clang + fi + + cd "$MESON_BUILD_ROOT" + +-if cc --version | grep -q "GCC" ++if $CC --version | grep -q "GCC" + then + gcc_major_version=$(cc -dumpversion | cut -d. -f1) + if [ "$gcc_major_version" -ge 9 ] diff --git a/source/k/kernel-configs/config-generic-4.19.39 b/source/k/kernel-configs/config-generic-4.19.40 index e1e500532..a152ac006 100644 --- a/source/k/kernel-configs/config-generic-4.19.39 +++ b/source/k/kernel-configs/config-generic-4.19.40 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.39 Kernel Configuration +# Linux/x86 4.19.40 Kernel Configuration # # diff --git a/source/k/kernel-configs/config-generic-4.19.39.x64 b/source/k/kernel-configs/config-generic-4.19.40.x64 index afc4810be..fd19b65b7 100644 --- a/source/k/kernel-configs/config-generic-4.19.39.x64 +++ b/source/k/kernel-configs/config-generic-4.19.40.x64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.39 Kernel Configuration +# Linux/x86 4.19.40 Kernel Configuration # # diff --git a/source/k/kernel-configs/config-generic-smp-4.19.39-smp b/source/k/kernel-configs/config-generic-smp-4.19.40-smp index 34cc1ee22..b16fd4ba6 100644 --- a/source/k/kernel-configs/config-generic-smp-4.19.39-smp +++ b/source/k/kernel-configs/config-generic-smp-4.19.40-smp @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.39 Kernel Configuration +# Linux/x86 4.19.40 Kernel Configuration # # diff --git a/source/k/kernel-configs/config-huge-4.19.39 b/source/k/kernel-configs/config-huge-4.19.40 index 568c30ce8..e3cc04175 100644 --- a/source/k/kernel-configs/config-huge-4.19.39 +++ b/source/k/kernel-configs/config-huge-4.19.40 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.39 Kernel Configuration +# Linux/x86 4.19.40 Kernel Configuration # # diff --git a/source/k/kernel-configs/config-huge-4.19.39.x64 b/source/k/kernel-configs/config-huge-4.19.40.x64 index 4d821f914..46ff26ae8 100644 --- a/source/k/kernel-configs/config-huge-4.19.39.x64 +++ b/source/k/kernel-configs/config-huge-4.19.40.x64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.39 Kernel Configuration +# Linux/x86 4.19.40 Kernel Configuration # # diff --git a/source/k/kernel-configs/config-huge-smp-4.19.39-smp b/source/k/kernel-configs/config-huge-smp-4.19.40-smp index 98f6a0fd1..047f839a1 100644 --- a/source/k/kernel-configs/config-huge-smp-4.19.39-smp +++ b/source/k/kernel-configs/config-huge-smp-4.19.40-smp @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.39 Kernel Configuration +# Linux/x86 4.19.40 Kernel Configuration # # |