mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-misc/dhcp: change x86 test to check for i486 CHOST
Closes: https://bugs.gentoo.org/801592 Bug: https://bugs.gentoo.org/841482 Suggested-by: Ben Kohler <iamben@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -164,7 +164,7 @@ src_configure() {
|
||||
append-flags -fno-strict-aliasing
|
||||
|
||||
# bug #720806, bug #801592
|
||||
if use ppc || use arm || use hppa || use x86; then
|
||||
if use ppc || use arm || use hppa || [[ ${CHOST} == i486* ]] ; then
|
||||
append-libs -latomic
|
||||
fi
|
||||
|
||||
|
||||
@@ -168,7 +168,7 @@ src_configure() {
|
||||
append-flags -fno-strict-aliasing
|
||||
|
||||
# bug #720806, bug #801592
|
||||
if use ppc || use arm || use hppa || use x86; then
|
||||
if use ppc || use arm || use hppa || [[ ${CHOST} == i486* ]] ; then
|
||||
append-libs -latomic
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user