summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-02-06 13:19:01 +0000
committer Eric Hameleers <alien@slackware.com>2018-02-06 13:19:01 +0000
commitdcfa102cdeb8f7f6100401d9c0c33862ba8a62f2 (patch)
treebccf730c6446a54aa8b2b4a34643a61b3848ca57 /source
parent29bf688df7afe378679b0fc352a7f7f51d45ac97 (diff)
downloadmultilib-dcfa102cdeb8f7f6100401d9c0c33862ba8a62f2.tar.gz
multilib-dcfa102cdeb8f7f6100401d9c0c33862ba8a62f2.tar.xz
glibc-multilib: updated to 2.27
Diffstat (limited to 'source')
-rwxr-xr-xsource/current/glibc/glibc-multilib.SlackBuild20
1 files changed, 3 insertions, 17 deletions
diff --git a/source/current/glibc/glibc-multilib.SlackBuild b/source/current/glibc/glibc-multilib.SlackBuild
index e589299..5b0cd17 100755
--- a/source/current/glibc/glibc-multilib.SlackBuild
+++ b/source/current/glibc/glibc-multilib.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright 2006, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2006, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -28,9 +28,9 @@
# by Eric Hameleers <alien@slackware.com>
-VERSION=${VERSION:-2.26}
+VERSION=${VERSION:-2.27}
CHECKOUT=${CHECKOUT:-""}
-BUILD=${BUILD:-3alien}
+BUILD=${BUILD:-1alien}
# I was considering disabling NSCD, but MoZes talked me out of it. :)
#DISABLE_NSCD=" --disable-nscd "
@@ -154,24 +154,10 @@ apply_patches() {
# Use old-style locale directories rather than a single (and strangely
# formatted) /usr/lib/locale/locale-archive file:
zcat $CWD/glibc.locale.no-archive.diff.gz | patch -p1 --verbose || exit 1
- # The is_IS locale is causing a strange error about the "echn" command
- # not existing. This patch reverts is_IS to the version shipped in
- # glibc-2.5:
- zcat $CWD/is_IS.diff.gz | patch -p1 --verbose || exit 1
# Support ru_RU.CP1251 locale:
zcat $CWD/glibc.ru_RU.CP1251.diff.gz | patch -p1 --verbose || exit 1
- # Make it harder for people to trick ldd into running code:
- zcat $CWD/glibc.ldd.trace.through.dynamic.linker.diff.gz | patch -p1 --verbose || exit 1
# Add a C.UTF-8 locale:
zcat $CWD/glibc-c-utf8-locale.patch.gz | patch -p1 --verbose || exit 1
- # Revert patches that cause spurious warnings about IFUNC symbols:
- zcat $CWD/glibc.IFUNC.i386.revert.diff.gz | patch -p1 --verbose || exit 1
- zcat $CWD/glibc.IFUNC.x86_64.revert.diff.gz | patch -p1 --verbose || exit 1
- # Fix a compiler error that occurs when using -O3:
- zcat $CWD/glibc.malloc.array.bounds.diff.gz | patch -p1 --verbose || exit 1
- # This patch adds "x86_64" to x86-64 dl_hwcap so that ld.so will always
- # search the "x86_64" subdirectory when loading a shared library.
- zcat $CWD/glibc.BZ22093.HWCAP.diff.gz | patch -p1 --verbose || exit 1
if [ $BOOTSTRP -eq 1 ] ; then
# Multilib - Disable check for forced unwind (Patch from eglibc) since we
# do not have a multilib glibc yet to link to;