ntp: add some usefull configure options

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-26 21:57:30 +01:00
parent 6598d67972
commit 66abf7704e

View File

@ -9,6 +9,11 @@ cd $PKG_BUILD
--sysconfdir=/etc \ --sysconfdir=/etc \
--disable-static \ --disable-static \
--enable-shared \ --enable-shared \
--disable-all-clocks \
--disable-ipv6 \
--without-rpath \
--with-gnu-ld \
--without-crypto
make -C libopts make -C libopts
make -C ntpd make -C ntpd