Summary: | net-dns/dnsmasq-2.80 USE="-dnssec static" - pkg_pretend() einfo is confusing | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | steffen_brauer |
Component: | Current packages | Assignee: | Patrick McLean <chutzpah> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
steffen_brauer
2019-08-07 12:14:56 UTC
With USE=dnssec, dev-libs/nettle becomes a dependency. With the additional USE=static, dnsmasq will statically link to libnettle and consequently libgmp during the build. Without USE=dnssec, dnsmasq will not link statically to anything (not even libc?) so USE=static is ignored when USE=-dnssec. |