summaryrefslogtreecommitdiff
path: root/community/echoping
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-24 03:17:10 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-24 03:17:10 +0000
commit15cd70d8180c2a45287e4bd8ce01a2a9248e8d62 (patch)
tree3a87c7cdfa5736a8fe7515db195d2b8baf7857fd /community/echoping
parent1d20e4962664ab152948a14b4320b12204a1053e (diff)
Mon Feb 24 03:14:11 UTC 2014
Diffstat (limited to 'community/echoping')
-rw-r--r--community/echoping/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/echoping/PKGBUILD b/community/echoping/PKGBUILD
index 7b83f47a2..a000b0ae8 100644
--- a/community/echoping/PKGBUILD
+++ b/community/echoping/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=echoping
pkgver=6.0.2
-pkgrel=4
+pkgrel=5
pkgdesc="tests performance of a remote host by sending HTTP, TCP and UDP requests"
arch=('i686' 'x86_64')
url="http://echoping.sourceforge.net/"
@@ -13,7 +13,7 @@ md5sums=('991478532b56ab3b6f46ea9fa332626f')
build() {
cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --config-cache
+ ./configure --prefix=/usr --config-cache --with-ssl
make
}