diff --git a/packages/network/ntp/build b/packages/network/ntp/build index 663a7abe9a..56ab709d13 100755 --- a/packages/network/ntp/build +++ b/packages/network/ntp/build @@ -9,7 +9,12 @@ cd $PKG_BUILD --sysconfdir=/etc \ --disable-static \ --enable-shared \ + --disable-all-clocks \ + --disable-ipv6 \ + --without-rpath \ + --with-gnu-ld \ + --without-crypto make -C libopts make -C ntpd -make -C ntpdate +make -C ntpdate \ No newline at end of file