sipgrep: drop ncurses dependency, add ipv6 support
Following Debian's example, keeping it lean and mean. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
b601d73d6b
commit
9396c38ef6
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ define Package/sipgrep
|
|||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
SUBMENU:=Telephony
|
||||
DEPENDS:=+libpcap +libpcre +libncursesw
|
||||
DEPENDS:=+libpcap +libpcre
|
||||
TITLE:=Command line tool to sniff, capture, display SIP messages
|
||||
URL:=https://github.com/sipcapture/sipgrep
|
||||
endef
|
||||
|
@ -44,7 +44,7 @@ specify extended regular expressions matching against SIP headers.
|
|||
endef
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--enable-ncurses
|
||||
--enable-ipv6
|
||||
|
||||
define Package/sipgrep/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
|
|
Loading…
Reference in a new issue