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

Baptiste Jonglez zorun at archlinux.org
Tue Aug 8 08:48:22 UTC 2017


    Date: Tuesday, August 8, 2017 @ 08:48:21
  Author: zorun
Revision: 249563

argon2: Really fix build for i686

Modified:
  argon2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-08 08:40:11 UTC (rev 249562)
+++ PKGBUILD	2017-08-08 08:48:21 UTC (rev 249563)
@@ -31,12 +31,12 @@
 
 build() {
   cd "$srcdir/phc-winner-$pkgname-$pkgver"
-  make argon2 libargon2.so OPTTARGET="${arch/_/-}"
+  make argon2 libargon2.so OPTTARGET="${pkgarch/_/-}"
 }
 
 check() {
   cd "$srcdir/phc-winner-$pkgname-$pkgver"
-  make test
+  make test OPTTARGET="${pkgarch/_/-}"
 }
 
 package() {



More information about the arch-commits mailing list