ntp: we don't need libpcap

This commit is contained in:
Stefan Saraev 2013-09-05 22:14:00 +03:00
parent 0fd0fcdbc1
commit 7fecb9b581
2 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@ cd $PKG_BUILD
--enable-ipv6 \
--without-rpath \
--with-gnu-ld \
--disable-linuxcaps \
--without-crypto
make -C sntp/libopts

View File

@ -26,7 +26,7 @@ PKG_LICENSE="OSS"
PKG_SITE="http://www.ntp.org/"
PKG_URL="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain libcap"
PKG_BUILD_DEPENDS="toolchain"
PKG_PRIORITY="optional"
PKG_SECTION="network"
PKG_SHORTDESC="ntp: Network Time Protocol utilities"