aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/build-data/os/openbsd.txt2
-rw-r--r--src/build-data/os/windows.txt2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/build-data/os/openbsd.txt b/src/build-data/os/openbsd.txt
index ad35da15b..a0458988e 100644
--- a/src/build-data/os/openbsd.txt
+++ b/src/build-data/os/openbsd.txt
@@ -3,6 +3,8 @@ soname_pattern_base "lib{libname}.so"
soname_pattern_abi "lib{libname}.so.{abi_rev}.{version_minor}"
soname_pattern_patch "lib{libname}.so.{abi_rev}.{version_minor}"
+shared_lib_symlinks no
+
<target_features>
posix1
posix_mlock
diff --git a/src/build-data/os/windows.txt b/src/build-data/os/windows.txt
index db6245a83..57781d7c8 100644
--- a/src/build-data/os/windows.txt
+++ b/src/build-data/os/windows.txt
@@ -6,6 +6,8 @@ obj_suffix obj
static_suffix lib
lib_prefix ''
+shared_lib_symlinks no
+
# For historical reasons? the library does not have the major number on Windows
# This should probably be fixed in a future major release.
library_name 'botan{suffix}'