Merge pull request #302 from micmac1/sipp-standard-c++-lib

sipp: use preferred standard C++ lib
This commit is contained in:
Jiri Slachta 2018-03-13 16:05:44 +01:00 committed by GitHub
commit 25bb8873b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
#
# Copyright (C) 2013-2017 OpenWrt.org
# Copyright (C) 2013-2018 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=sipp
PKG_VERSION:=3.5.1
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/SIPp/sipp/releases/download/v$(PKG_VERSION)
@ -20,13 +20,14 @@ PKG_LICENSE_FILES:=LICENSE.txt
PKG_FIXUP:=autoreconf
include $(INCLUDE_DIR)/uclibc++.mk
include $(INCLUDE_DIR)/package.mk
define Package/sipp
SECTION:=net
CATEGORY:=Network
SUBMENU:=Telephony
DEPENDS:=+libncurses +libpthread +libstdcpp
DEPENDS:=$(CXX_DEPENDS) +libncurses +libpthread
TITLE:=test tool / traffic generator for the SIP protocol
URL:=http://sipp.sourceforge.net/
endef