diff options
author | Sam James <sam@gentoo.org> | 2023-07-14 13:08:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-14 13:08:28 +0100 |
commit | 885a699283e2efc97faa78f694f04811d8d1123a (patch) | |
tree | 79cc63f7b2cf7c0a42ef7e3ff1c12f68047c019b /net-misc/dhcp | |
parent | media-sound/beets: add github upstream metadata (diff) | |
download | gentoo-885a699283e2efc97faa78f694f04811d8d1123a.tar.gz gentoo-885a699283e2efc97faa78f694f04811d8d1123a.tar.bz2 gentoo-885a699283e2efc97faa78f694f04811d8d1123a.zip |
net-misc/dhcp: switch to append-atomic-flags
Fixes build on mips (report on #gentoo).
Bug: https://bugs.gentoo.org/720806
Bug: https://bugs.gentoo.org/801592
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/dhcp')
-rw-r--r-- | net-misc/dhcp/dhcp-4.4.3_p1-r4.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-misc/dhcp/dhcp-4.4.3_p1-r4.ebuild b/net-misc/dhcp/dhcp-4.4.3_p1-r4.ebuild index 8ed622a74bb9..d8539208aefd 100644 --- a/net-misc/dhcp/dhcp-4.4.3_p1-r4.ebuild +++ b/net-misc/dhcp/dhcp-4.4.3_p1-r4.ebuild @@ -174,9 +174,7 @@ src_configure() { append-flags -fno-strict-aliasing # bug #720806, bug #801592 - if use ppc || use arm || use hppa || [[ ${CHOST} == i486* ]] ; then - append-libs -latomic - fi + append-atomic-flags local myeconfargs=( --enable-paranoia |