From 252b191743a70871fd543be30282e4fd64e8104e Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 12 Jun 2012 01:56:55 +0000 Subject: [PATCH] chrony: disable libcap git-svn-id: svn://svn.openwrt.org/openwrt/packages@32256 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/chrony/Makefile | 1 + 1 file changed, 1 insertion(+) 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