diff options
author | Jack Lloyd <[email protected]> | 2018-10-18 12:14:15 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-10-18 12:16:12 -0400 |
commit | bb6e40f16fabada3e7db64d52544974aa3599d16 (patch) | |
tree | 005f3d54b9d9de4b35ec7fa69fe696763f20a110 /src/build-data/os/openbsd.txt | |
parent | d99b58135277af3b8c028314bef9156f1a41b576 (diff) |
Set default compiler in the info files instead of in configure source
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 a0458988e..5ee81206e 100644 --- a/src/build-data/os/openbsd.txt +++ b/src/build-data/os/openbsd.txt @@ -5,6 +5,8 @@ soname_pattern_patch "lib{libname}.so.{abi_rev}.{version_minor}" shared_lib_symlinks no +default_compiler clang + <target_features> posix1 posix_mlock |