diff options
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 2a2e08733992c..3b7809d74c30c 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.* |