diff options
| author | Michael Heyman <mheyman@gmail.com> | 2021-10-11 13:19:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-11 10:19:49 -0700 |
| commit | 4ce045cdc24d31a38d2a9b02b5e16b30d4d9947b (patch) | |
| tree | d26852b3e20aa01d3720514c1a19e6f4914bb926 /ports/activemq-cpp/fix-crt-linkage-dyn.patch | |
| parent | 6ff166cc3e7242a4be699d9c847a834c0d981223 (diff) | |
| download | vcpkg-4ce045cdc24d31a38d2a9b02b5e16b30d4d9947b.tar.gz vcpkg-4ce045cdc24d31a38d2a9b02b5e16b30d4d9947b.zip | |
[activemq-cpp] support linux (#19789)
@PhoebeHui
> * I think we need a discussion about unofficial being in the namespace
I still want to discuss this
Diffstat (limited to 'ports/activemq-cpp/fix-crt-linkage-dyn.patch')
| -rw-r--r-- | ports/activemq-cpp/fix-crt-linkage-dyn.patch | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/ports/activemq-cpp/fix-crt-linkage-dyn.patch b/ports/activemq-cpp/fix-crt-linkage-dyn.patch new file mode 100644 index 000000000..c2a3a399e --- /dev/null +++ b/ports/activemq-cpp/fix-crt-linkage-dyn.patch @@ -0,0 +1,36 @@ +diff --git a/vs2010-build/activemq-cpp.vcxproj b/vs2010-build/activemq-cpp.vcxproj +index 54b4822..6b35511 100644 +--- a/vs2010-build/activemq-cpp.vcxproj ++++ b/vs2010-build/activemq-cpp.vcxproj +@@ -2578,6 +2578,7 @@ + <BasicRuntimeChecks>Default</BasicRuntimeChecks> + <FunctionLevelLinking>true</FunctionLevelLinking> + <CreateHotpatchableImage>false</CreateHotpatchableImage> ++ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeTypeInfo>true</RuntimeTypeInfo> + <PrecompiledHeaderFile> + </PrecompiledHeaderFile> +@@ -2687,6 +2688,7 @@ + <FunctionLevelLinking>true</FunctionLevelLinking> + <CreateHotpatchableImage>false</CreateHotpatchableImage> + <RuntimeTypeInfo>true</RuntimeTypeInfo> ++ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <PrecompiledHeaderFile> + </PrecompiledHeaderFile> + <PrecompiledHeaderOutputFile> +@@ -2794,6 +2796,7 @@ + <AdditionalIncludeDirectories>../src/main;$(APR_DIST)\$(PlatformName)\include;$(OPENSSL_DIST)\$(PlatformName)\include;$(PLATFORM_SDK)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <CreateHotpatchableImage>false</CreateHotpatchableImage> + <RuntimeTypeInfo>true</RuntimeTypeInfo> ++ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> + <PrecompiledHeaderFile> + </PrecompiledHeaderFile> + <PrecompiledHeaderOutputFile> +@@ -2906,6 +2909,7 @@ + <AdditionalIncludeDirectories>../src/main;$(APR_DIST)\$(PlatformName)\include;$(OPENSSL_DIST)\$(PlatformName)\include;$(PLATFORM_SDK)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <CreateHotpatchableImage>false</CreateHotpatchableImage> + <RuntimeTypeInfo>true</RuntimeTypeInfo> ++ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> + <PrecompiledHeaderFile> + </PrecompiledHeaderFile> + <PrecompiledHeaderOutputFile> |
