summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-08-04 11:01:01 +0000
committer Eric Hameleers <alien@slackware.com>2018-08-04 11:01:01 +0000
commit42b45514157a60cbe0f520408d4ab37e85279647 (patch)
tree4f9be612c2f5fd435122a1bf155386c1e0ccf6cb
parent947811679728d1c13bb406f9c0c78000dbb31fcd (diff)
downloadmultilib-42b45514157a60cbe0f520408d4ab37e85279647.tar.gz
multilib-42b45514157a60cbe0f520408d4ab37e85279647.tar.xz
glibc-multilib: first attempt at compiling 2.28
-rwxr-xr-xsource/current/glibc/glibc-multilib.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/current/glibc/glibc-multilib.SlackBuild b/source/current/glibc/glibc-multilib.SlackBuild
index 8ff2086..0552a06 100755
--- a/source/current/glibc/glibc-multilib.SlackBuild
+++ b/source/current/glibc/glibc-multilib.SlackBuild
@@ -30,9 +30,9 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=glibc
-VERSION=${VERSION:-2.27}
+VERSION=${VERSION:-2.28}
CHECKOUT=${CHECKOUT:-""}
-BUILD=${BUILD:-4alien}
+BUILD=${BUILD:-1alien}
# I was considering disabling NSCD, but MoZes talked me out of it. :)
#DISABLE_NSCD=" --disable-nscd "
@@ -169,8 +169,6 @@ apply_patches() {
zcat $CWD/glibc.ru_RU.CP1251.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
- # Linux: use reserved name __key in pkey_get [BZ #22797]:
- zcat $CWD/glibc.pkey_get.56170e0.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;