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

Sergej Pupykin spupykin at nymeria.archlinux.org
Fri May 30 11:05:02 UTC 2014


    Date: Friday, May 30, 2014 @ 13:05:02
  Author: spupykin
Revision: 112226

upgpkg: hashcash 1.22-4

upd

Modified:
  hashcash/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-30 11:04:57 UTC (rev 112225)
+++ PKGBUILD	2014-05-30 11:05:02 UTC (rev 112226)
@@ -4,7 +4,7 @@
 
 pkgname=hashcash
 pkgver=1.22
-pkgrel=3
+pkgrel=4
 pkgdesc="a denial-of-service counter measure tool for email/spam."
 arch=('i686' 'x86_64')
 url="http://www.hashcash.org"
@@ -16,9 +16,9 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   if [ "${CARCH}" = "x86_64" ]; then
-    make generic-openssl
+    make generic-openssl LIBCRYPTO=-lcrypto
   else
-    make x86-openssl
+    make x86-openssl LIBCRYPTO=-lcrypto
   fi
 }
 




More information about the arch-commits mailing list