summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-28 18:51:43 +0100
committerSam James <sam@gentoo.org>2022-04-28 18:51:58 +0100
commit71b5f23ce2ed0cea82ef576b6db98606831e43da (patch)
tree81fe544b953a4cb112f8169285d484315994478e /net-misc/dhcp
parentnet-proxy/mitmproxy: add 8.0.0 (diff)
downloadgentoo-71b5f23ce2ed0cea82ef576b6db98606831e43da.tar.gz
gentoo-71b5f23ce2ed0cea82ef576b6db98606831e43da.tar.bz2
gentoo-71b5f23ce2ed0cea82ef576b6db98606831e43da.zip
net-misc/dhcp: add -latomic for x86 too
Closes: https://bugs.gentoo.org/801592 Bug: https://bugs.gentoo.org/841482 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/dhcp')
-rw-r--r--net-misc/dhcp/dhcp-4.4.2_p1-r2.ebuild4
-rw-r--r--net-misc/dhcp/dhcp-4.4.3-r1.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/dhcp/dhcp-4.4.2_p1-r2.ebuild b/net-misc/dhcp/dhcp-4.4.2_p1-r2.ebuild
index df94d6ae017e..4c213e87fbc3 100644
--- a/net-misc/dhcp/dhcp-4.4.2_p1-r2.ebuild
+++ b/net-misc/dhcp/dhcp-4.4.2_p1-r2.ebuild
@@ -163,8 +163,8 @@ src_configure() {
# bug #787935
append-flags -fno-strict-aliasing
- # https://bugs.gentoo.org/720806
- if use ppc || use arm || use hppa; then
+ # bug #720806, bug #801592
+ if use ppc || use arm || use hppa || use x86; then
append-libs -latomic
fi
diff --git a/net-misc/dhcp/dhcp-4.4.3-r1.ebuild b/net-misc/dhcp/dhcp-4.4.3-r1.ebuild
index b261be6fe3cc..518577815642 100644
--- a/net-misc/dhcp/dhcp-4.4.3-r1.ebuild
+++ b/net-misc/dhcp/dhcp-4.4.3-r1.ebuild
@@ -167,8 +167,8 @@ src_configure() {
# bug #787935
append-flags -fno-strict-aliasing
- # https://bugs.gentoo.org/720806
- if use ppc || use arm || use hppa; then
+ # bug #720806, bug #801592
+ if use ppc || use arm || use hppa || use x86; then
append-libs -latomic
fi