extra/ntp: fix

This commit is contained in:
Kevin Mihelich 2024-06-05 04:00:44 +00:00
parent 2a3b7437f8
commit 4c92676303

View file

@ -40,7 +40,6 @@ prepare() {
patch -p1 -i ../0001-disable-pthread-warmup-on-ARM.patch patch -p1 -i ../0001-disable-pthread-warmup-on-ARM.patch
patch -Np1 < ../ntp-4.2.8.p18-fix-build.patch patch -Np1 < ../ntp-4.2.8.p18-fix-build.patch
autoreconf -fiv autoreconf -fiv
cd "${_pkgname}-${_pkgver}"
} }
build() { build() {