mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 22:39:08 +08:00
bede80d499
* libgcrypt add cflags to tool build command * x-add-version libgcrypt Co-authored-by: Ilya Arzhannikov <iarzhannikov@artec3d.com>
14 lines
355 B
Diff
14 lines
355 B
Diff
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
|