From c0ab37b51a6966f93cf1b4cddb98a14039e32c82 Mon Sep 17 00:00:00 2001 From: jow Date: Thu, 14 Jun 2012 00:28:46 +0000 Subject: [PATCH] [packages] asterisk-1.8.x: explicitely disable libcap git-svn-id: svn://svn.openwrt.org/openwrt/packages@32352 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/asterisk-1.8.x/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/asterisk-1.8.x/Makefile b/net/asterisk-1.8.x/Makefile index 4d937a255..7504d7fb3 100644 --- a/net/asterisk-1.8.x/Makefile +++ b/net/asterisk-1.8.x/Makefile @@ -297,6 +297,7 @@ endif CONFIGURE_ARGS+= \ --without-curses \ --with-gsm=internal \ + --without-cap \ --without-gtk \ --without-gtk2 \ --without-isdnnet \