]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4: Fixes for the OpenBSD support
authorBrad <brad@comstyle.com>
Sun, 12 Sep 2004 13:45:19 +0000 (13:45 +0000)
committerPeter O'Gorman <peter@pogma.com>
Sun, 12 Sep 2004 13:45:19 +0000 (13:45 +0000)
ChangeLog
libtool.m4

index 74920134a1fea2794fbcd66dd6cf1148271a642a..c709de63dac60f389ac4df39df4dc5d72f5a743d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-12  Brad <brad@comstyle.com>
+
+       * libtool.m4: Fixes for the OpenBSD support
+
 2004-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
 
        * demo/Makefile.am: Stop automake warning by defining
index 19cf9219125a2e0ede9142dc57668927659e6029..8b3a504a7a4467626b71b8a335e22bca3ae30438 100644 (file)
@@ -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