[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-1934-g3947327

Jelmer Vernooij jelmer at samba.org
Thu May 29 13:52:56 GMT 2008


The branch, v4-0-test has been updated
       via  3947327f8c4ca530d99bc5ac3d1f6f54727f477a (commit)
       via  c823cfadb0b20a0782fc4a8a0b63dcb9116f82be (commit)
      from  3b1f5d10360ed1b26980d748a7c9be6db5977bd3 (commit)

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


- Log -----------------------------------------------------------------
commit 3947327f8c4ca530d99bc5ac3d1f6f54727f477a
Merge: c823cfadb0b20a0782fc4a8a0b63dcb9116f82be 3b1f5d10360ed1b26980d748a7c9be6db5977bd3
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Thu May 29 15:51:24 2008 +0200

    Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defs

commit c823cfadb0b20a0782fc4a8a0b63dcb9116f82be
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Thu May 29 15:50:52 2008 +0200

    Fix extra dash in command line flag.

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

Summary of changes:
 source/lib/replace/libreplace_ld.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/replace/libreplace_ld.m4 b/source/lib/replace/libreplace_ld.m4
index 9995d69..81bde46 100644
--- a/source/lib/replace/libreplace_ld.m4
+++ b/source/lib/replace/libreplace_ld.m4
@@ -271,7 +271,7 @@ AC_DEFUN([AC_LIBREPLACE_LD_SHLIB_ALLOW_UNDEF_FLAG],
 			LD_SHLIB_ALLOW_UNDEF_FLAG="-undefined dynamic_lookup"
 			;;
 		*aix*)
-			LD_SHLIB_ALLOW_UNDEF_FLAG="--Wl,-bnoentry"
+			LD_SHLIB_ALLOW_UNDEF_FLAG="-Wl,-bnoentry"
 			;;
 	esac
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list