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/build-data/os/openbsd.txt | |
parent | 91eb6406383dfbf62848bf7af77e82937e7b69b3 (diff) |
Add an OS flag for if the shared lib should be symlinked or not
Diffstat (limited to 'src/build-data/os/openbsd.txt')
-rw-r--r-- | src/build-data/os/openbsd.txt | 2 |
1 files changed, 2 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 |