libtool-patches
[Top][All Lists]
Advanced

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

Patch ping: 11 days without reply (Was: Re: [patch] Single line OpenBSD


From: Dalibor Topic
Subject: Patch ping: 11 days without reply (Was: Re: [patch] Single line OpenBSD 3 dynamic library versioning fix)
Date: Fri, 22 Aug 2003 10:45:25 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312

Hi all,

the patch may have been lost in the flurry of recent windows work mails, so I'd like to ask a kind sould to review it and check it in, if it's o.k. it's a single line patch, and doesn't break any regression tests on OpenBSD 3.3.

cheers,
dalibor topic

Dalibor Topic wrote:
Hi all,

attached you'll find a fix for OpenBSD 3.x necessary for kaffe (which uses libtool 1.5) to build on openbsd 3.1 - 3.3 at least. See http://www.kaffe.org/pipermail/kaffe/2002-August/008812.html for a detailed description of the bug on OpenBSD 3.1, and http://www.kaffe.org/pipermail/kaffe/2003-May/042007.html for the typical effect of unpatched libtool.

changeLog entry:

Arne Woerner  <address@hidden>
* libtool.m4
(openbsd) openbsd 3.x needs versioning information.

the patch should be applied against libtool.m4.

cheers,
dalibor topic


------------------------------------------------------------------------

More info on this patch:

  http://www.kaffe.org/pipermail/kaffe/2003-May/042012.html
  http://www.kaffe.org/pipermail/kaffe/2003-May/042387.html

This should be merged upstream to libtool.


--- libltdl/acinclude.m4.jim    2003-06-06 17:00:01.000000000 -0700
+++ libltdl/acinclude.m4        2003-06-06 17:02:46.000000000 -0700
@@ -1474,7 +1474,7 @@
 openbsd*)
   version_type=sunos
   need_lib_prefix=no
-  need_version=no
+  need_version=yes
   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


------------------------------------------------------------------------

_______________________________________________
Libtool-patches mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/libtool-patches






reply via email to

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