[SCM] Samba Shared Repository - branch v3-3-test updated -
release-3-2-0pre2-2431-g9a40cbd
James Peach
jpeach at apple.com
Fri May 16 17:32:18 GMT 2008
On May 14, 2008, at 6:24 AM, Kai Blin wrote:
> The branch, v3-3-test has been updated
> via 9a40cbd66f71c49af4c72ed826d66c5f037a3171 (commit)
> from 12e47be02f93e2f41af5772f6a83568b3574d032 (commit)
>
> http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test
>
>
> - Log
> -----------------------------------------------------------------
> commit 9a40cbd66f71c49af4c72ed826d66c5f037a3171
> Author: Kai Blin <kai at samba.org>
> Date: Mon May 12 14:39:03 2008 +0200
>
> configure: Kill linker warnings about 32bit libs on 64bit Linux.
>
> -----------------------------------------------------------------------
>
> Summary of changes:
> source/configure.in | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
>
> Changeset truncated at 500 lines:
>
> diff --git a/source/configure.in b/source/configure.in
> index bbce8b6..a2f725b 100644
> --- a/source/configure.in
> +++ b/source/configure.in
> @@ -2253,7 +2253,7 @@ for i in $ICONV_LOOK_DIRS ; do
> # library directory is there and check the ABI directory first
> (which
> # should be harmless on other systems.
> # For IA64 HPUX systems, the libs are located in lib/hpux32
> instead of lib.
> - for l in "lib32" "lib" "lib/hpux32"; do
> + for l in "lib" "lib32" "lib/hpux32"; do
> if test -d "$i/$l" ; then
> LDFLAGS="$save_LDFLAGS -L$i/$l"
>
So the big comment right above this code explains why it checks
"lib32" before "lib. After this change (which might break IRIX?), the
code does the opposite of what the comment describes. Could you please
resolve this?
More information about the samba-technical
mailing list