diff options
| author | Ilya Arzhannikov <iarzhannikov@artec-group.com> | 2021-04-07 22:09:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-07 13:09:17 -0700 |
| commit | bede80d4996a6f85bb86e8eab95bc89bf8a32d87 (patch) | |
| tree | 3ed341677185db89fcecd92ad5619b622756c5bb /ports/libgcrypt/fix-flags.patch | |
| parent | f754353b74cb066ce4e9a1d000641d85d6ba3abb (diff) | |
| download | vcpkg-bede80d4996a6f85bb86e8eab95bc89bf8a32d87.tar.gz vcpkg-bede80d4996a6f85bb86e8eab95bc89bf8a32d87.zip | |
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>
Diffstat (limited to 'ports/libgcrypt/fix-flags.patch')
| -rw-r--r-- | ports/libgcrypt/fix-flags.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/libgcrypt/fix-flags.patch b/ports/libgcrypt/fix-flags.patch new file mode 100644 index 000000000..7ccf41c63 --- /dev/null +++ b/ports/libgcrypt/fix-flags.patch @@ -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 |
