mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-vcs/git-crypt: fix build w/ OpenSSL 1.1.x
Closes: https://bugs.gentoo.org/879095 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user