[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-2477-g26f46d3

Karolin Seeger kseeger at samba.org
Mon May 26 13:05:41 GMT 2008


The branch, v3-2-test has been updated
       via  26f46d3037d7920df0768e7a10e8a92ffb4ce0cd (commit)
       via  8c55d3be0ba26d7a62d54d34197bad394bf21078 (commit)
      from  24cea7cc330388ea5b4f31758531be7901cebff7 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 26f46d3037d7920df0768e7a10e8a92ffb4ce0cd
Author: Karolin Seeger <kseeger at samba.org>
Date:   Mon May 26 15:05:16 2008 +0200

    Revert "configure: Kill linker warnings about 32bit libs on 64bit Linux."
    
    This reverts commit 4f01af6efd6a483b85638141b7f726835e9835ea.

commit 8c55d3be0ba26d7a62d54d34197bad394bf21078
Author: Karolin Seeger <kseeger at samba.org>
Date:   Mon May 26 15:03:52 2008 +0200

    Revert "configure: Fix comment to match the current iconv check."
    
    This reverts commit f07069cf424200470b41a3fe67a4dd1297b955fe.

-----------------------------------------------------------------------

Summary of changes:
 source/configure.in |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/configure.in b/source/configure.in
index 655d2b1..473b75f 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -2211,13 +2211,9 @@ for i in $ICONV_LOOK_DIRS ; do
     # in both libiconv and in libc. In this case the jm_ICONV test will always
     # succeed when the header is found. To counter this, make sure the
     # library directory is there and check the ABI directory first (which
-    # should be harmless on other systems, but causes tons of linker warnings on
-    # 64bit Ubuntu systems).
-    # As the build farm doesn't seem to have any IRIX machines with iconv.h
-    # installed, I've decided to fix the linker warnings.
-    # -- Kai
+    # should be harmless on other systems.
     # For IA64 HPUX systems, the libs are located in lib/hpux32 instead of lib.
-    for l in "lib" "lib32" "lib/hpux32"; do
+    for l in "lib32" "lib" "lib/hpux32"; do
         if test -d "$i/$l" ; then
                 LDFLAGS="$save_LDFLAGS -L$i/$l"
 		LIBS=


-- 
Samba Shared Repository


More information about the samba-cvs mailing list