Diff dhcp-4.4.3_p1-r3 with a dhcp-4.4.3_p1-r4

/usr/portage/net-misc/dhcp/dhcp-4.4.3_p1-r4.ebuild 2023-10-09 14:52:34.640368480 +0300
77 77
	"${FILESDIR}/${PN}-4.4.3-ldap-ipv6-client-id.patch"
78 78

  
79 79
	# Possible upstream candidates
80
	"${FILESDIR}/${PN}-4.4.3-configure-clang16.patch"
80 81
)
81 82

  
82 83
src_prepare() {
......
173 174
	append-flags -fno-strict-aliasing
174 175

  
175 176
	# bug #720806, bug #801592
176
	if use ppc || use arm || use hppa || [[ ${CHOST} == i486* ]] ; then
177
		append-libs -latomic
178
	fi
177
	append-atomic-flags
179 178

  
180 179
	local myeconfargs=(
181 180
		--enable-paranoia
Thank you!