diff options
author | Cem Keylan <cem@ckyln.com> | 2022-02-05 16:52:52 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-02-05 16:52:52 +0100 |
commit | 352d1e1cbaecdaea2cab300b4c87124dbd0fc0aa (patch) | |
tree | d04d829d6272e48b17ca47ae08d102ab0a4eb9c6 /extra/libgcrypt/build | |
parent | d64234a44eae7538c6dd426a133a060dd6f00cda (diff) | |
download | repository-352d1e1cbaecdaea2cab300b4c87124dbd0fc0aa.tar.gz |
libgcrypt: bump to 1.10.0
Diffstat (limited to 'extra/libgcrypt/build')
-rwxr-xr-x | extra/libgcrypt/build | 5 |
1 files changed, 4 insertions, 1 deletions
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 <limits.h>' random/jitterentropy-base-user.h +clsed '44a #include <fcntl.h>' 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 |