]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/gdal/0003-Fix-static-build.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / gdal / 0003-Fix-static-build.patch
CommitLineData
1e59de90
TL
1diff --git a/makefile.vc b/makefile.vc
2index 8559f79..87f8fc9 100644
3--- a/makefile.vc
4+++ b/makefile.vc
5@@ -61,7 +61,7 @@ TARGET_LIB = staticlib
6
7 DEFAULT_TARGETS =
8
9-default: $(TARGET_LIB) $(PLUGIN_TARGET) apps_dir
10+default: $(TARGET_LIB) $(PLUGIN_TARGET)
11
12 # Batch commands to clean main build output are stored in a macro so they can be reused by different
13 # targets in an inline temporary batch file.
14@@ -230,8 +230,6 @@ install: default docs
15 if exist $(GDAL_DLL) $(INSTALL) $(GDAL_DLL) $(BINDIR)
16 cd frmts
17 $(MAKE) /f makefile.vc plugins-install
18- cd ..\apps
19- $(MAKE) /f makefile.vc install
20 cd ..
21 $(INSTALL) data\*.* "$(DATADIR)"
22 $(INSTALL) LICENSE.TXT "$(DATADIR)"