aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sipp
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-04-25 06:28:30 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-04-25 06:31:32 +0000
commit6240d41c69252899c775c192e4b81a121c199601 (patch)
treee03ad623c89229e98ea54f0a2656cb2214667236 /testing/sipp
parent661e75605c46626dc05673e0127908346133105f (diff)
downloadaports-6240d41c69252899c775c192e4b81a121c199601.tar.bz2
aports-6240d41c69252899c775c192e4b81a121c199601.tar.xz
testing/sipp: enable SCTP support
Diffstat (limited to 'testing/sipp')
-rw-r--r--testing/sipp/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/sipp/APKBUILD b/testing/sipp/APKBUILD
index 60843e3624..6a7dda1ee4 100644
--- a/testing/sipp/APKBUILD
+++ b/testing/sipp/APKBUILD
@@ -3,14 +3,14 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=sipp
pkgver=3.3
-pkgrel=0
+pkgrel=1
pkgdesc="A test tool / traffic generator for the SIP protocol"
url="http://sipp.sourceforge.net/"
arch="all"
license="GPL2+"
depends=""
depends_dev=""
-makedepends="autoconf automake openssl-dev libpcap-dev ncurses-dev"
+makedepends="autoconf automake openssl-dev libpcap-dev ncurses-dev lksctp-tools-dev"
install=""
subpackages=""
source="http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"
@@ -27,6 +27,7 @@ build() {
./configure --prefix=/usr \
--with-openssl \
--with-pcap \
+ --with-sctp \
|| return 1
make
}