mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:43:02 +08:00
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:
parent
f754353b74
commit
bede80d499
@ -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
|
||||
|
13
ports/libgcrypt/fix-flags.patch
Normal file
13
ports/libgcrypt/fix-flags.patch
Normal 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
|
@ -8,6 +8,7 @@ vcpkg_from_github(
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
fix-pkgconfig.patch
|
||||
fix-flags.patch
|
||||
)
|
||||
|
||||
vcpkg_configure_make(
|
||||
|
@ -3066,7 +3066,7 @@
|
||||
},
|
||||
"libgcrypt": {
|
||||
"baseline": "1.8.7",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"libgd": {
|
||||
"baseline": "2.2.5-4",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "394e5b7b433e4b18e9276c48b7331fbea30034ba",
|
||||
"version-string": "1.8.7",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "3a7be352162b1187194ba75ff3514361213f77a6",
|
||||
"version-string": "1.8.7",
|
||||
|
Loading…
Reference in New Issue
Block a user