diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2020-01-16 06:51:56 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:25:25 -0500 |
commit | b79cfa33532436436f279a53eec41f437267734b (patch) | |
tree | 6b1dc5113db64b4b18afe53b519b48b3a7e9aad6 /system/gnome-vfs/gnome-vfs.SlackBuild | |
parent | 7231e30467c1e15d7d685019e6e884ff5022970d (diff) | |
download | slackbuilds-b79cfa33532436436f279a53eec41f437267734b.tar.gz |
system/gnome-vfs: Patched for openssl-1.1.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/gnome-vfs/gnome-vfs.SlackBuild')
-rw-r--r-- | system/gnome-vfs/gnome-vfs.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/gnome-vfs/gnome-vfs.SlackBuild b/system/gnome-vfs/gnome-vfs.SlackBuild index 2a2e087339..3b7809d74c 100644 --- a/system/gnome-vfs/gnome-vfs.SlackBuild +++ b/system/gnome-vfs/gnome-vfs.SlackBuild @@ -69,6 +69,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +patch -p0 < $CWD/openssl-1.1.patch + # Fix for the newer glib sed -i "/-DG_DISABLE_DEPRECATED/d" */Makefile.* |