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

index 14db743b8a9635b98654a5245ad10910025f5b35..28617375ed0d96e3fa5f1dfc72d8710e1d397ca0 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-09-12  Peter O'Gorman  <peter@pogma.com>
 
        Our fortran tests were not very good. All the libraries created
index 073a1a60e43327a492366c39d1e37ed8a8a1f1e1..c0c1d141cd2fc07b1ae63a7830894f61eceac995 100644 (file)
@@ -5106,7 +5106,9 @@ if test "$caught_CXX_error" != yes; then
        ;;
 
       openbsd*)
-        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
+       _LT_TAGVAR(hardcode_direct, $1)=yes
+       _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+       _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
        _LT_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
          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'