summaryrefslogtreecommitdiffstats
path: root/source/l/glibc/glibc.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2018-06-28 19:52:19 +0000
committer Eric Hameleers <alien@slackware.com>2018-06-29 09:00:34 +0200
commit4a88d2e4184a3fe0a96aacaf504266d0972582ba (patch)
treecf91a185622c23bf0f1d0bca96ac0ab54c0f4f14 /source/l/glibc/glibc.SlackBuild
parent233fc224df15f411fad82cafffa1fb5caa79ec03 (diff)
downloadcurrent-20180628195219.tar.gz
current-20180628195219.tar.xz
Thu Jun 28 19:52:19 UTC 201820180628195219
a/dcron-4.5-x86_64-9.txz: Rebuilt. Dropped two patches that were breaking @daily jobs. Thanks to Dennis Snow for the bug report. ap/texinfo-6.5-x86_64-6.txz: Rebuilt. Rebuilt with --disable-perl-xs (use native Perl modules instead of C versions), which fixes the FTBFS issues we were having with glibc. Thanks to nobodino, ponce, and mmawhin for the help.
Diffstat (limited to 'source/l/glibc/glibc.SlackBuild')
-rwxr-xr-xsource/l/glibc/glibc.SlackBuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/l/glibc/glibc.SlackBuild b/source/l/glibc/glibc.SlackBuild
index cbb8f6854..acaadbeae 100755
--- a/source/l/glibc/glibc.SlackBuild
+++ b/source/l/glibc/glibc.SlackBuild
@@ -153,10 +153,6 @@ apply_patches() {
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
- # Don't request UTF-8 in libc.texinfo since it is built using the non-UTF-8
- # C locale, and that causes a hang. This was exposed by the upgrade to
- # perl-5.28, but I'm guessing the real bug is in the texinfo package...
- zcat $CWD/glibc.libc.texinfo.no.utf8.patch.gz | patch -p1 --verbose || exit 1
}
# This is going to be the initial $DESTDIR: