[arch-commits] Commit in echoping/trunk (PKGBUILD)

Florian Pritz bluewind at nymeria.archlinux.org
Sun Feb 23 12:42:55 UTC 2014


    Date: Sunday, February 23, 2014 @ 13:42:55
  Author: bluewind
Revision: 106118

enable ssl support

Modified:
  echoping/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-23 11:03:42 UTC (rev 106117)
+++ PKGBUILD	2014-02-23 12:42:55 UTC (rev 106118)
@@ -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 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --config-cache
+  ./configure --prefix=/usr --config-cache --with-ssl
   make
 }
 




More information about the arch-commits mailing list