mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-libs/libgit2: Disable experimental SHA256 support
Enabling experimental SHA256 support causes the library to be renamed which is not desired. Disable it again. The release remains masked because of misnamed pkg-config file, 1.6.2 is expected soon. Closes: https://bugs.gentoo.org/897880 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -38,7 +38,6 @@ BDEPEND="
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_TESTS=$(usex test)
|
||||
-DEXPERIMENTAL_SHA256=ON
|
||||
-DUSE_SSH=$(usex ssh)
|
||||
-DUSE_GSSAPI=$(usex gssapi ON OFF)
|
||||
-DUSE_HTTP_PARSER=system
|
||||
|
||||
Reference in New Issue
Block a user