From 66abf7704ee5d20b8520d44f06be336c25f2dc26 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 26 Nov 2010 21:57:30 +0100 Subject: [PATCH] ntp: add some usefull configure options Signed-off-by: Stephan Raue --- packages/network/ntp/build | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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