From: Brad Date: Sun, 12 Sep 2004 13:45:19 +0000 (+0000) Subject: * libtool.m4: Fixes for the OpenBSD support X-Git-Tag: release-1-5-10~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c6e93b2df0b5b26d9a976d47ddf7d5fac6e4b26c;p=thirdparty%2Flibtool.git * libtool.m4: Fixes for the OpenBSD support --- diff --git a/ChangeLog b/ChangeLog index 74920134a..c709de63d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-09-12 Brad + + * libtool.m4: Fixes for the OpenBSD support + 2004-08-12 Maciej W. Rozycki * demo/Makefile.am: Stop automake warning by defining diff --git a/libtool.m4 b/libtool.m4 index 19cf92191..8b3a504a7 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -3222,6 +3222,8 @@ case $host_os in _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; openbsd*) + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then