From 2dcabe57343fe0c893f5de94b841689edbdef137 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Tue, 30 Oct 2018 20:51:37 +0100 Subject: misc/dmg2img: Patch for openssl-1.1.x. 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 941b7bae53a5f..468aa42a51460 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