]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/icu/disable-escapestr-tool.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / icu / disable-escapestr-tool.patch
CommitLineData
1e59de90
TL
1diff --git a/source/tools/Makefile.in b/source/tools/Makefile.in
2index c3f81d6..dc41af3 100644
3--- a/source/tools/Makefile.in
4+++ b/source/tools/Makefile.in
5@@ -19,9 +19,9 @@ SUBDIRS = toolutil ctestfw makeconv genrb genbrk \
6 gencnval gensprep icuinfo genccode gencmn icupkg pkgdata \
7 gentest gennorm2 gencfu gendict
8
9-ifneq (@platform_make_fragment_name@,mh-cygwin-msvc)
10-SUBDIRS += escapesrc
11-endif
12+#ifneq (@platform_make_fragment_name@,mh-cygwin-msvc)
13+#SUBDIRS += escapesrc
14+#endif
15
16 ## List of phony targets
17 .PHONY : all all-local all-recursive install install-local \