ntp: skip thread warmup on musl, breaks on aarch64 due to small stack size.

This commit is contained in:
Christian Neukirchen 2016-05-05 17:05:57 +02:00
parent 3d59a0017b
commit cdbc5e23aa

View File

@ -1,7 +1,7 @@
# Template file for 'ntp'
pkgname=ntp
version=4.2.8p7
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-crypto --enable-linuxcap --enable-ipv6 --enable-ntp-signd
--enable-all-clocks ol_cv_pthread_select_yields=yes"
@ -24,6 +24,9 @@ alternatives="
ntpd:ntpd.8:/usr/share/man/man8/isc-ntpd.8
ntpd:ntpd:/etc/sv/isc-ntpd"
post_extract() {
sed -i 's/linux/GLIBC/g' ntpd/ntpd.c
}
post_install() {
# Rename files for alternatives.
vmkdir usr/share/man/man8