diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-01-21 14:35:45 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:58:06 -0500 |
commit | 52428c230afb0ad55ab0a5e53f74b69f2a33e8a6 (patch) | |
tree | 7e704b9a793cf83c8e92573585fc1f693071b79d /system/spacefm/spacefm.SlackBuild | |
parent | 07a7a7a3efed2f5e14e19760a8a609af8a400f87 (diff) |
system/spacefm: Patch for glibc >= 2.28 and gcc >= 10.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/spacefm/spacefm.SlackBuild')
-rw-r--r-- | system/spacefm/spacefm.SlackBuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/spacefm/spacefm.SlackBuild b/system/spacefm/spacefm.SlackBuild index c8a93b7eaa4e..3254423cf58e 100644 --- a/system/spacefm/spacefm.SlackBuild +++ b/system/spacefm/spacefm.SlackBuild @@ -81,6 +81,11 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# https://github.com/IgnorantGuru/spacefm/issues/727 +patch -p1 < $CWD/glibc-2.28.patch +# https://github.com/IgnorantGuru/spacefm/issues/770 +patch -p1 < $CWD/gcc10.patch + CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ |