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

Massimiliano Torromeo mtorromeo at archlinux.org
Thu Dec 3 00:00:52 UTC 2020


    Date: Thursday, December 3, 2020 @ 00:00:52
  Author: mtorromeo
Revision: 769370

fixed missing link to pthread

Modified:
  jitterentropy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-03 00:00:36 UTC (rev 769369)
+++ PKGBUILD	2020-12-03 00:00:52 UTC (rev 769370)
@@ -4,7 +4,7 @@
 pkgname=jitterentropy
 _pkgname=$pkgname-library
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Hardware RNG based on CPU timing jitter'
 arch=('x86_64')
 url='https://www.chronox.de/jent.html'
@@ -26,7 +26,7 @@
 
 build() {
   cd "$_pkgname-$pkgver"
-  make jitterentropy
+  LDFLAGS=-lpthread make jitterentropy
 }
 
 package() {



More information about the arch-commits mailing list