summaryrefslogtreecommitdiffstats
path: root/system/heirloom-sh/heirloom-sh.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/heirloom-sh/heirloom-sh.SlackBuild')
-rw-r--r--system/heirloom-sh/heirloom-sh.SlackBuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/heirloom-sh/heirloom-sh.SlackBuild b/system/heirloom-sh/heirloom-sh.SlackBuild
index b805981e57..ce9edf218e 100644
--- a/system/heirloom-sh/heirloom-sh.SlackBuild
+++ b/system/heirloom-sh/heirloom-sh.SlackBuild
@@ -61,6 +61,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 \
-o -perm 400 \) -exec chmod 644 {} \;
+patch -p1 < $CWD/heirloom-sh-glibc-2.34.patch
+
# configure is the worst way to build a package except for all the others
# 1. make static changes to the makefile with a patch
patch -p1 < $CWD/makefile.patch