diff options
author | Sam James <sam@gentoo.org> | 2022-11-02 20:06:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-02 20:06:02 +0000 |
commit | 96aabb34b436d4cd0e5bec4367c457f44756b1e0 (patch) | |
tree | 887752b196cce50c7d1b1f1f89ca5ad7365383dd /dev-vcs/git-crypt | |
parent | app-editors/neovim: drop obsolete neovim-9999-cmake-release-type.patch (diff) | |
download | gentoo-96aabb34b436d4cd0e5bec4367c457f44756b1e0.tar.gz gentoo-96aabb34b436d4cd0e5bec4367c457f44756b1e0.tar.bz2 gentoo-96aabb34b436d4cd0e5bec4367c457f44756b1e0.zip |
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>
Diffstat (limited to 'dev-vcs/git-crypt')
-rw-r--r-- | dev-vcs/git-crypt/git-crypt-0.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |