aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/botan/0009-fix-regression-f2bf049-85491b3.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/botan/0009-fix-regression-f2bf049-85491b3.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/botan/0009-fix-regression-f2bf049-85491b3.patch')
-rw-r--r--vcpkg/ports/botan/0009-fix-regression-f2bf049-85491b3.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/botan/0009-fix-regression-f2bf049-85491b3.patch b/vcpkg/ports/botan/0009-fix-regression-f2bf049-85491b3.patch
new file mode 100644
index 0000000..7dd1df3
--- /dev/null
+++ b/vcpkg/ports/botan/0009-fix-regression-f2bf049-85491b3.patch
@@ -0,0 +1,13 @@
+diff --git a/configure.py b/configure.py
+index fcf9e7e..c0f72df 100755
+--- a/configure.py
++++ b/configure.py
+@@ -2351,6 +2351,8 @@ def create_template_vars(source_paths, build_paths, options, modules, disabled_m
+ # just transfer them over to just the compiler invocations
+ variables['cc_compile_flags'] = '%s %s' % (variables['cxx_abi_flags'], variables['cc_compile_flags'])
+ variables['cxx_abi_flags'] = ''
++ else:
++ variables['ldflags'] = '%s %s' % (variables['ldflags'], variables['cc_compile_flags'])
+
+ variables['lib_flags'] = cc.gen_lib_flags(options, variables)
+