]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/ffmpeg/0001-create-lib-libraries.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / ffmpeg / 0001-create-lib-libraries.patch
CommitLineData
1e59de90
TL
1diff --git a/configure b/configure
2index 34c2adb..1c8008a 100755
3--- a/configure
4+++ b/configure
5@@ -5352,15 +5352,17 @@ case $target_os in
6 ;;
7 win32|win64)
8 disable symver
9- if enabled shared; then
10+# if enabled shared; then
11 # Link to the import library instead of the normal static library
12 # for shared libs.
13 LD_LIB='%.lib'
14 # Cannot build both shared and static libs with MSVC or icl.
15- disable static
16- fi
17+# disable static
18+# fi
19 enabled x86_32 && check_ldflags -LARGEADDRESSAWARE
20 shlibdir_default="$bindir_default"
21+ LIBPREF=""
22+ LIBSUF=".lib"
23 SLIBPREF=""
24 SLIBSUF=".dll"
25 SLIBNAME_WITH_VERSION='$(SLIBPREF)$(FULLNAME)-$(LIBVERSION)$(SLIBSUF)'