libtool-patches
[Top][All Lists]
Advanced

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

Tru64 fix


From: Ossama Othman
Subject: Tru64 fix
Date: Thu, 24 Oct 2002 13:54:53 -0700
User-agent: Mutt/1.3.28i

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




reply via email to

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