From: jow Date: Mon, 6 Feb 2012 12:19:14 +0000 (+0000) Subject: [packages_10.03.2] ntpd: remove libcap dependency, disable linux capabilities X-Git-Url: http://git.archive.openwrt.org/?p=10.03%2Fpackages.git;a=commitdiff_plain;h=10fc6f3e51033ab08c33b323d52d2503a060a080 [packages_10.03.2] ntpd: remove libcap dependency, disable linux capabilities git-svn-id: svn://svn.openwrt.org/openwrt/branches/packages_10.03.2@30330 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/ntpd/Makefile b/net/ntpd/Makefile index 6cda63a..4798000 100644 --- a/net/ntpd/Makefile +++ b/net/ntpd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2011 OpenWrt.org +# Copyright (C) 2006-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ntp PKG_VERSION:=4.2.6p5 -PKG_RELEASE:=1 +PKG_RELEASE:=1.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ @@ -30,7 +30,6 @@ define Package/ntpd/Default TITLE:=ISC ntp MAINTAINER:=Peter Wagner URL:=http://www.ntp.org/ - DEPENDS:=+libcap endef define Package/ntpd/Default/description @@ -133,7 +132,7 @@ CONFIGURE_ARGS += \ --enable-NMEA \ --enable-LOCAL-CLOCK \ --enable-SHM \ - --enable-linuxcaps + --disable-linuxcaps ifeq ($(BUILD_VARIANT),ssl) CONFIGURE_ARGS += \