ntp: enable ipv6 support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-10-27 15:20:28 +02:00
parent 279f9df936
commit 8f903624fc

View File

@ -30,11 +30,11 @@ cd $PKG_BUILD
--disable-static \ --disable-static \
--enable-shared \ --enable-shared \
--disable-all-clocks \ --disable-all-clocks \
--disable-ipv6 \ --enable-ipv6 \
--without-rpath \ --without-rpath \
--with-gnu-ld \ --with-gnu-ld \
--without-crypto --without-crypto
make -C sntp/libopts make -C sntp/libopts
make -C ntpd make -C ntpd
make -C ntpdate make -C ntpdate