From: Stephen Walker Date: Fri, 20 Jan 2012 08:59:08 +0000 (+0000) Subject: [packages] squid: build without capabilities support X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=51e69a08a39ae62f7fad7a09cd027650d6a7131e;p=openwrt%2Fsvn-archive%2Farchive.git [packages] squid: build without capabilities support SVN-Revision: 29823 --- diff --git a/net/squid/Makefile b/net/squid/Makefile index f96b69627f..04d2d7b271 100644 --- a/net/squid/Makefile +++ b/net/squid/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. @@ -129,7 +129,8 @@ CONFIGURE_ARGS += \ --enable-external-acl-helpers="ip_user unix_group" \ --enable-storeio=null,ufs \ --enable-epoll \ - --with-maxfd=4096 + --with-maxfd=4096 \ + --without-libcap CONFIGURE_VARS += \ ac_cv_header_linux_netfilter_ipv4_h=yes \