summaryrefslogtreecommitdiffstats
path: root/testing/siege
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-11-12 12:14:58 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-11-12 12:14:58 +0000
commit0079449e356a67933f2bd1753b5d9a088f696476 (patch)
tree3c18a310e5c66eca60f805d28d9a78d1cb7e1dfe /testing/siege
parent1c811e35cfe69a198dd55f1d0df9770433b34c0b (diff)
downloadaports-0079449e356a67933f2bd1753b5d9a088f696476.tar.bz2
aports-0079449e356a67933f2bd1753b5d9a088f696476.tar.xz
testing/siege: enable -dbg
ref #3501
Diffstat (limited to 'testing/siege')
-rw-r--r--testing/siege/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/siege/APKBUILD b/testing/siege/APKBUILD
index f4774825b..20b192dfc 100644
--- a/testing/siege/APKBUILD
+++ b/testing/siege/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=siege
pkgver=2.74
-pkgrel=0
+pkgrel=1
pkgdesc="HTTP regression testing and benchmarking utility"
url="http://www.joedog.org/JoeDog/Siege"
arch="all"
@@ -11,7 +11,7 @@ depends=""
depends_dev=""
makedepends="openssl-dev sed"
install=""
-subpackages="$pkgname-doc"
+subpackages="$pkgname-dbg $pkgname-doc"
source="http://www.joedog.org/pub/siege/$pkgname-$pkgver.tar.gz
siege-2.72-good.patch"