From 5f19f8726f156f4cd3b7d127397e160af9594912 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sat, 7 Dec 2019 20:10:05 +0100 Subject: 20191207.1 global branch merge. Signed-off-by: Matteo Bernardini --- misc/dmg2img/dmg2img.SlackBuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'misc/dmg2img/dmg2img.SlackBuild') diff --git a/misc/dmg2img/dmg2img.SlackBuild b/misc/dmg2img/dmg2img.SlackBuild index a64db6bc56..f3ad0a248a 100644 --- a/misc/dmg2img/dmg2img.SlackBuild +++ b/misc/dmg2img/dmg2img.SlackBuild @@ -71,6 +71,9 @@ 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 {} \; +# Thanks Archlinux! +patch -lp1 < $CWD/0001-openssl-1.1-compatibility.patch + make CFLAGS="$SLKCFLAGS" make install DESTDIR=$PKG -- cgit v1.2.3