unbound: moved to github
[packages.git] / net / chrony / Makefile
index 7ce3ec3..55f81ca 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006-2009 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:=chrony
 PKG_VERSION:=1.26
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:= ftp://download.tuxfamily.org/projects/chrony/ \
@@ -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