libtool-patches
[Top][All Lists]
Advanced

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

AIX -module patches for 1.5 branch


From: Albert Chin
Subject: AIX -module patches for 1.5 branch
Date: Tue, 15 Oct 2002 15:55:04 -0500
User-agent: Mutt/1.2.5i

When a module is built for AIX, the 'lib' prefix isn't needed, neither
is the version. Tested with ImageMagick 5.4.9.

2002-10-15  Albert Chin-A-Young  <address@hidden>

        * libtool.m4: When a module is built for AIX, the 'lib'
        prefix isn't needed, neither is the version. AIX dlopen
        will honor the RPATH in a library.

-- 
albert chin (address@hidden)

-- snip snip
Index: libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/libtool.m4,v
retrieving revision 1.266
diff -u -3 -p -r1.266 libtool.m4
--- libtool.m4  11 Oct 2002 15:52:08 -0000      1.266
+++ libtool.m4  15 Oct 2002 20:50:33 -0000
@@ -1047,6 +1047,9 @@ aix3*)
 
 aix4* | aix5*)
   version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  hardcode_into_libs=yes
   if test "$host_cpu" = ia64; then
     # AIX 5 supports IA64
     library_names_spec='${libname}${release}.so$major 
${libname}${release}.so$versuffix $libname.so'




reply via email to

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