summaryrefslogtreecommitdiffstats
path: root/14.1
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-11-13 21:08:53 +0000
committer Eric Hameleers <alien@slackware.com>2011-11-13 21:08:53 +0000
commit50e640b5f26a4ba11b441389df3ce662ddf40802 (patch)
tree13970e6792a71d0953324e2550559a88e12953fa /14.1
parent90911caa560531ee016113679e5fa8bf859282a6 (diff)
downloadmultilib-50e640b5f26a4ba11b441389df3ce662ddf40802.tar.gz
multilib-50e640b5f26a4ba11b441389df3ce662ddf40802.tar.xz
Bump the BUILD now that the official Slackware package also has the patch
Diffstat (limited to '14.1')
-rwxr-xr-x14.1/glibc/glibc-multilib.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/14.1/glibc/glibc-multilib.SlackBuild b/14.1/glibc/glibc-multilib.SlackBuild
index fabc481..4445ae0 100755
--- a/14.1/glibc/glibc-multilib.SlackBuild
+++ b/14.1/glibc/glibc-multilib.SlackBuild
@@ -30,7 +30,7 @@
VERSION=${VERSION:-2.14.1}
CHECKOUT=${CHECKOUT:-""}
-BUILD=${BUILD:-1alien}
+BUILD=${BUILD:-2alien}
## Included in glibc now:
## glibc-libidn version
@@ -190,6 +190,8 @@ apply_patches() {
# Avoid the Intel optimized asm routines for now because they break
# the flash player. We'll phase this in when it's safer to do so.
zcat $CWD/glibc.disable.broken.optimized.memcpy.diff.gz | patch -p1 --verbose || exit 1
+ # Upstream fixes to arert Firefox crashes:
+ zcat $CWD/glibc-2.14.1-fixes-1.patch.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;