libgcrypt: update to 1.10.0.
This commit is contained in:
parent
e509bd9a8a
commit
15b5e7874b
2 changed files with 7 additions and 2 deletions
5
srcpkgs/libgcrypt/patches/fix-musl.patch
Normal file
5
srcpkgs/libgcrypt/patches/fix-musl.patch
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
--- ./random/jitterentropy-base-user.h 2022-02-18 23:47:12.316087972 +0400
|
||||||
|
+++ ./random/jitterentropy-base-user.h 2022-02-18 23:48:22.766682019 +0400
|
||||||
|
@@ -43,0 +44,2 @@
|
||||||
|
+#include <fcntl.h>
|
||||||
|
+#include <limits.h>
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libgcrypt'
|
# Template file for 'libgcrypt'
|
||||||
pkgname=libgcrypt
|
pkgname=libgcrypt
|
||||||
version=1.9.4
|
version=1.10.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-static --without-capabilities"
|
configure_args="--enable-static --without-capabilities"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://www.gnupg.org"
|
homepage="https://www.gnupg.org"
|
||||||
distfiles="https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-${version}.tar.bz2"
|
distfiles="https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-${version}.tar.bz2"
|
||||||
checksum=ea849c83a72454e3ed4267697e8ca03390aee972ab421e7df69dfe42b65caaf7
|
checksum=6a00f5c05caa4c4acc120c46b63857da0d4ff61dc4b4b03933fa8d46013fae81
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" ac_cv_sys_symbol_underscore=no"
|
configure_args+=" ac_cv_sys_symbol_underscore=no"
|
||||||
|
|
Loading…
Reference in a new issue