diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2018-10-30 20:51:37 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:18:57 -0500 |
commit | 2dcabe57343fe0c893f5de94b841689edbdef137 (patch) | |
tree | e30b826f29b742a486f8070a3f034d4a89439a61 /misc/dmg2img/dmg2img.SlackBuild | |
parent | 202e26133ee016370a27eeee1d324113a81fa9df (diff) |
misc/dmg2img: Patch for openssl-1.1.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'misc/dmg2img/dmg2img.SlackBuild')
-rw-r--r-- | misc/dmg2img/dmg2img.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
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 |