diff options
author | Jack Lloyd <[email protected]> | 2018-10-18 11:56:22 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-10-18 11:56:22 -0400 |
commit | d99b58135277af3b8c028314bef9156f1a41b576 (patch) | |
tree | 66ceb4dbf7fe5230a60784ded208bc82cc29419d /src | |
parent | 91eb6406383dfbf62848bf7af77e82937e7b69b3 (diff) |
Add an OS flag for if the shared lib should be symlinked or not
Diffstat (limited to 'src')
-rw-r--r-- | src/build-data/os/openbsd.txt | 2 | ||||
-rw-r--r-- | src/build-data/os/windows.txt | 2 |
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}' |