diff options
author | Rob Norris <[email protected]> | 2024-08-10 07:34:04 +1000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-08-09 14:34:04 -0700 |
commit | 6caff8447dfb190145b65f22dd9ff62aedd8c5d6 (patch) | |
tree | 6a0158895ece0a7ccf6a212ee73f4ece2a51d58c /.github | |
parent | ed0db1cc8bd19b496b12eefd1f32d8bc03e637a7 (diff) |
config: don't force shared linkage on FreeBSD
-shared was hardcoded, so when building with --disable-shared it amounts
to trying to do shared linkage against static libs, which naturally
fails.
The fix is straightforward; just don't hardcode it. libtool will work
out what to do.
Sponsored-by: https://despairlabs.com/sponsor/
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Allan Jude <[email protected]>
Signed-off-by: Rob Norris <[email protected]>
Closes #16427
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions