]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool.m4: Update hardcode_shlibpath_var for OpenBSD
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Wed, 30 Oct 2024 18:32:25 +0000 (20:32 +0200)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Wed, 20 Nov 2024 14:42:38 +0000 (16:42 +0200)
commit323d8a5dfd80b9e3eb649cdf2a08a7cb9d6ba833
tree684e497c4e0b89a48c46439d342a24cecdf7bcf9
parenteed74d650aecb91f556d52c8d5f4018035daeb16
libtool.m4: Update hardcode_shlibpath_var for OpenBSD

When generating an executable in OpenBSD, the executable fails to
generate when shlibpath_var, LD_LIBRARY_PATH, is used solely to
locate dependent libraries.

For hardcoding library paths in OpenBSD, see documentation for
hardcode_direct and hardcode_libdir_flag_spec.

* m4/libtool.m4: Update hardcode_shlibpath_var from 'no' to 'unsupported'
  by removing 'with_gnu_ld=no' for OpenBSD.
m4/libtool.m4