diff options
Diffstat (limited to 'community/echoping')
-rw-r--r-- | community/echoping/PKGBUILD | 4 |
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 } |