X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=net%2Fsquid%2FMakefile;h=04d2d7b271fbf195d5a92dc299f42e555cf7b1d2;hb=65b74ec0710f7b283903e98a8b81bf1f51dfdd0e;hp=f96b69627f98ea1aaced7cb11472268985ad0ffb;hpb=bcffd0d7d727f4472a071963014e8eeb67af0a2e;p=packages.git diff --git a/net/squid/Makefile b/net/squid/Makefile index f96b69627..04d2d7b27 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 \