libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: libtool--devo--1.0--patch-203


From: Gary V. Vaughan
Subject: FYI: libtool--devo--1.0--patch-203
Date: Fri, 24 Sep 2004 12:32:39 +0100 (BST)
User-agent: mailnotify/0.3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.5
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)

iD8DBQFBVAXWFRMICSmD1gYRAst2AJwKimNjgoqRJAH6zqaT4eyOb+HU3wCeN5gH
Rb21hciyHQKEnXIBUqyA0r4=
=P3En
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--devo--1.0--patch-202 to compare with
* comparing to address@hidden/libtool--devo--1.0--patch-202
M  ChangeLog
M  m4/libtool.m4

* modified files

Index: Changelog
from  Gary V. Vaughan  <address@hidden>

        * m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [openbsd3.3]: Set
        need_version to yes or no depending on the os release.
        Reported by Dalibor Topic <address@hidden>

        $Revision: 1.1640 $ $Date: 2004/09/24 10:15:16 $
--- orig/m4/libtool.m4
+++ mod/m4/libtool.m4
@@ -2015,7 +2015,11 @@
 openbsd*)
   version_type=sunos
   need_lib_prefix=no
-  need_version=no
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
+  case $host_os in
+    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
+    *)                         need_version=no  ;;
+  esac
   library_names_spec='${libname}${release}${shared_ext}$versuffix 
${libname}${shared_ext}$versuffix'
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
   shlibpath_var=LD_LIBRARY_PATH




reply via email to

[Prev in Thread] Current Thread [Next in Thread]