dhcp: broken on armv[56]|ppc|ppc-musl; needs libatomic.
This commit is contained in:
parent
749274b4b9
commit
ee54145238
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ homepage="https://www.isc.org/downloads/dhcp"
|
|||
distfiles="http://ftp.isc.org/isc/dhcp/${version/P/-P}/dhcp-${version/P/-P}.tar.gz"
|
||||
checksum=1a7ccd64a16e5e68f7b5e0f527fd07240a2892ea53fe245620f4f5f607004521
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv[56]*|ppc|ppc-musl*) broken="libisc must be linked against libatomic";;
|
||||
esac
|
||||
|
||||
disable_parallel_build=yes
|
||||
conf_files="/etc/dhcpd.conf"
|
||||
|
||||
|
|
Loading…
Reference in a new issue