sngrep: add some features
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 21 Jan 2018 17:44:59 +0000 (18:44 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 21 Jan 2018 17:45:01 +0000 (18:45 +0100)
This commit enables support for:

  - IPv6
  - Homer export
  - TLS

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/sngrep/Makefile

index 3af8d048c51c71f4397704e8756a83367f10d799..d755ada4916b287086b028093b4221c59e2257bb 100644 (file)
@@ -32,7 +32,7 @@ define Package/sngrep
   SECTION:=utils
   CATEGORY:=Utilities
   SUBMENU:=Telephony
-  DEPENDS:=+libpcap +libpthread +libpcre +libncursesw
+  DEPENDS:=+libncursesw +libopenssl +libpcap +libpcre
   TITLE:=Ncurses SIP messages flow viewer
   URL:=https://github.com/irontec/sngrep
 endef
@@ -47,8 +47,11 @@ in one packet).
 endef
 
 CONFIGURE_ARGS += \
-       --with-pcre \
+       --enable-eep \
+       --enable-ipv6 \
        --enable-unicode \
+       --with-openssl \
+       --with-pcre
 
 define Package/sngrep/install
        $(INSTALL_DIR) $(1)/usr/bin