libtool-patches
[Top][All Lists]
Advanced

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

Re: Tru64 fix


From: Bob Friesenhahn
Subject: Re: Tru64 fix
Date: Thu, 24 Oct 2002 16:01:44 -0500 (CDT)

It would be useful to supply a patch from libtool CVS, and to identify
what version of libtool the patch is for.

This fix is already included in CVS head.

Bob

On Thu, 24 Oct 2002, Ossama Othman wrote:

> Hi,
>
> Another patch from a Debian user:
>
> --------------------------
> For the Tru64 platform (OSF) the variable "need_lib_prefix" is not set,
> which leads to mis-named plugin modules. The attached patch to
> acinclude.m4 fixes this. This is required by the netatalk project to
> build correctly on Tru64.
>
>  - Sebastian
>
> --- acinclude.m4.old  Thu Dec 27 23:24:24 2001
> +++ acinclude.m4      Wed Dec 19 22:03:12 2001
> @@ -2230,6 +2230,7 @@
>  osf3* | osf4* | osf5*)
>    version_type=osf
>    need_version=no
> +  need_lib_prefix=no
>    soname_spec='${libname}${release}.so'
>    library_names_spec='${libname}${release}.so$versuffix 
> ${libname}${release}.so $libname.so'
>    shlibpath_var=LD_LIBRARY_PATH
> --------------------------
>
>
> Of course, this would have to be applied to `libtool.m4'.
>
> -Ossama
> --
> Ossama Othman <address@hidden>
> Distributed Object Computing Laboratory, Univ. of California at Irvine
> 1024D/F7A394A8 - 84ED AA0B 1203 99E4 1068  70E6 5EB7 5E71 F7A3 94A8
>
>
> _______________________________________________
> Libtool-patches mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/libtool-patches
>

======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen





reply via email to

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