[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [2.2.7a] (patch) runtime-linking and soname-equivalent together on A
From: |
Michael Haubenwallner |
Subject: |
Re: [2.2.7a] (patch) runtime-linking and soname-equivalent together on AIX |
Date: |
Fri, 21 Nov 2008 15:44:06 +0100 |
On Fri, 2008-11-21 at 15:33 +0100, Michael Haubenwallner wrote:
> Hi,
>
> now here is a patch to have both runtime-linking (-brtl) _and_ a
> 'soname'-equivalent at the same time on AIX, and this by default!
Ohw, this patch contains one typo in tests/lt_dladvise.at (did late
simplifying there):
-eval `$LIBTOOL --config | grep '^allow_undefined_flag=`
+eval `$LIBTOOL --config | grep '^allow_undefined_flag='`
/haubi/