[SCM] SAMBA-CTDB repository - branch v3-2-ctdb updated - build_3.2.11_ctdb.61-2-g6fc2ebd

Michael Adam obnox at samba.org
Thu May 21 00:06:31 GMT 2009


The branch, v3-2-ctdb has been updated
       via  6fc2ebd6f83dc8927cead6a4f67c410fdbadbdf9 (commit)
      from  e93e3c3baf712681dd8118849701f01530e48455 (commit)

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


- Log -----------------------------------------------------------------
commit 6fc2ebd6f83dc8927cead6a4f67c410fdbadbdf9
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.
    (cherry picked from commit 4f01af6efd6a483b85638141b7f726835e9835ea)

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

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 95f8d23..7afa53c 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -2440,7 +2440,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"
 		LIBS=


-- 
SAMBA-CTDB repository


More information about the samba-cvs mailing list