Tried to build ntp-4.2.8p6 on armv7h (BBB and RPi-2) using abs/extra/ntp.
I edited PKGBUILD to change the arch to armv7h, (the only edit)
makepkg -s executed without errors
however when I try to execute ntpd I get seg fault core dump
If I install by pacman -S ntp all is ok.
FYI: my goal is to build with NMEA and ATOM enabled,
but first I wanted to build a 'stock' ntpd to show that the process was successful.