Libgcrypt add cflags to tool build command (#17021)

* libgcrypt add cflags to tool build command

* x-add-version libgcrypt

Co-authored-by: Ilya Arzhannikov <iarzhannikov@artec3d.com>
This commit is contained in:
Ilya Arzhannikov 2021-04-07 22:09:17 +02:00 committed by GitHub
parent f754353b74
commit bede80d499
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Source: libgcrypt
Version: 1.8.7
Port-Version: 1
Homepage: https://gnupg.org/software/libgcrypt/index.html
Description: A library implementing the so-called Assuan protocol
Build-Depends: libgpg-error

View File

@ -0,0 +1,13 @@
diff --git a/cipher/Makefile.am b/cipher/Makefile.am
index 95c4510..d43350c 100644
--- a/cipher/Makefile.am
+++ b/cipher/Makefile.am
@@ -112,7 +112,7 @@ gost-sb.h: gost-s-box
./gost-s-box $@
gost-s-box: gost-s-box.c
- $(CC_FOR_BUILD) -o $@ $(srcdir)/gost-s-box.c
+ $(CC_FOR_BUILD) $(CFLAGS) -o $@ $(srcdir)/gost-s-box.c
if ENABLE_O_FLAG_MUNGING

View File

@ -8,6 +8,7 @@ vcpkg_from_github(
HEAD_REF master
PATCHES
fix-pkgconfig.patch
fix-flags.patch
)
vcpkg_configure_make(

View File

@ -3066,7 +3066,7 @@
},
"libgcrypt": {
"baseline": "1.8.7",
"port-version": 0
"port-version": 1
},
"libgd": {
"baseline": "2.2.5-4",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "394e5b7b433e4b18e9276c48b7331fbea30034ba",
"version-string": "1.8.7",
"port-version": 1
},
{
"git-tree": "3a7be352162b1187194ba75ff3514361213f77a6",
"version-string": "1.8.7",