summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2021-10-29 12:55:56 -0400
committerAnthony G. Basile <blueness@gentoo.org>2021-10-29 12:55:56 -0400
commitb079d849f9fb36c1e1c0c3f1060270f3383c86fd (patch)
treeefc40465cfcb3f34c1874d72931ec4aad44cf9f7 /net-misc/ipv6calc
parentnet-misc/ipv6calc: add USE=cgi to build web interface (diff)
downloadgentoo-b079d849f9fb36c1e1c0c3f1060270f3383c86fd.tar.gz
gentoo-b079d849f9fb36c1e1c0c3f1060270f3383c86fd.tar.bz2
gentoo-b079d849f9fb36c1e1c0c3f1060270f3383c86fd.zip
net-misc/ipv6calc: force enable openssl's evp-md5 and legacy md5
These should be forced enabled in dev-libs/openssl. If this should change in the future, its better to have the ebuild fail than to introduce automagic dependencies. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'net-misc/ipv6calc')
-rw-r--r--net-misc/ipv6calc/ipv6calc-4.0.0-r1.ebuild (renamed from net-misc/ipv6calc/ipv6calc-4.0.0.ebuild)2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-misc/ipv6calc/ipv6calc-4.0.0.ebuild b/net-misc/ipv6calc/ipv6calc-4.0.0-r1.ebuild
index 15e5f6214b29..9b30664564c8 100644
--- a/net-misc/ipv6calc/ipv6calc-4.0.0.ebuild
+++ b/net-misc/ipv6calc/ipv6calc-4.0.0-r1.ebuild
@@ -46,6 +46,8 @@ src_configure() {
--disable-dbip2 \
--disable-external \
--disable-ip2location \
+ --enable-openssl-evp-md5 \
+ --enable-openssl-md5 \
$(use_enable cgi mod_ipv6calc ) \
${myconf}
}