From: Felix Fietkau Date: Tue, 12 Jun 2012 01:56:55 +0000 (+0000) Subject: chrony: disable libcap X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=168787ad0a23163ef02e512cd1662aef6b2fc2d8;p=openwrt%2Fsvn-archive%2Fpackages.git chrony: disable libcap SVN-Revision: 32256 --- diff --git a/net/chrony/Makefile b/net/chrony/Makefile index dc7b5ad0e..55f81caf2 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -43,6 +43,7 @@ define Build/Configure --prefix=/usr \ --with-readline-includes=$(STAGING_DIR)/usr/include \ --with-readline-library=$(STAGING_DIR)/usr/lib \ + --disable-linuxcaps \ ) endef