]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/libgcrypt/fix-flags.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / libgcrypt / fix-flags.patch
1 diff --git a/cipher/Makefile.am b/cipher/Makefile.am
2 index 95c4510..d43350c 100644
3 --- a/cipher/Makefile.am
4 +++ b/cipher/Makefile.am
5 @@ -112,7 +112,7 @@ gost-sb.h: gost-s-box
6 ./gost-s-box $@
7
8 gost-s-box: gost-s-box.c
9 - $(CC_FOR_BUILD) -o $@ $(srcdir)/gost-s-box.c
10 + $(CC_FOR_BUILD) $(CFLAGS) -o $@ $(srcdir)/gost-s-box.c
11
12
13 if ENABLE_O_FLAG_MUNGING