From 96aabb34b436d4cd0e5bec4367c457f44756b1e0 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 2 Nov 2022 20:06:02 +0000 Subject: dev-vcs/git-crypt: fix build w/ OpenSSL 1.1.x Closes: https://bugs.gentoo.org/879095 Signed-off-by: Sam James --- dev-vcs/git-crypt/git-crypt-0.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-vcs/git-crypt') diff --git a/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild b/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild index d9424c732212..9df1724c5b16 100644 --- a/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild +++ b/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild @@ -22,7 +22,7 @@ BDEPEND="dev-libs/libxslt" src_configure() { # bug #805545, https://github.com/AGWA/git-crypt/issues/232 - append-cppflags -DOPENSSL_API_COMPAT=0x30000000L + append-cppflags -DOPENSSL_API_COMPAT=10101 tc-export CXX # bug #689180 -- cgit v1.2.3-65-gdbad