From 352d1e1cbaecdaea2cab300b4c87124dbd0fc0aa Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 5 Feb 2022 16:52:52 +0100 Subject: libgcrypt: bump to 1.10.0 --- extra/libgcrypt/build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'extra/libgcrypt/build') diff --git a/extra/libgcrypt/build b/extra/libgcrypt/build index 7ce6252f..e4ad65a7 100755 --- a/extra/libgcrypt/build +++ b/extra/libgcrypt/build @@ -1,5 +1,8 @@ #!/bin/sh -e +clsed '43a #include ' random/jitterentropy-base-user.h +clsed '44a #include ' random/jitterentropy-base-user.h + ./configure \ --prefix=/usr \ --sysconfdir=/etc \ @@ -7,5 +10,5 @@ --localstatedir=/var \ --enable-static -make +make -j1 make DESTDIR="$1" install -- cgit v1.2.3