Merge pull request #302 from micmac1/sipp-standard-c++-lib
sipp: use preferred standard C++ lib
This commit is contained in:
commit
25bb8873b7
1 changed files with 4 additions and 3 deletions
|
@ -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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=sipp
|
PKG_NAME:=sipp
|
||||||
PKG_VERSION:=3.5.1
|
PKG_VERSION:=3.5.1
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/SIPp/sipp/releases/download/v$(PKG_VERSION)
|
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
|
PKG_FIXUP:=autoreconf
|
||||||
|
|
||||||
|
include $(INCLUDE_DIR)/uclibc++.mk
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/sipp
|
define Package/sipp
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
SUBMENU:=Telephony
|
SUBMENU:=Telephony
|
||||||
DEPENDS:=+libncurses +libpthread +libstdcpp
|
DEPENDS:=$(CXX_DEPENDS) +libncurses +libpthread
|
||||||
TITLE:=test tool / traffic generator for the SIP protocol
|
TITLE:=test tool / traffic generator for the SIP protocol
|
||||||
URL:=http://sipp.sourceforge.net/
|
URL:=http://sipp.sourceforge.net/
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue