[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-389-gbba8914

Jelmer Vernooij jelmer at samba.org
Sun Jan 13 03:46:56 GMT 2008


The branch, v4-0-test has been updated
       via  bba8914af56cb161c275fbbdea2479d6f8bd703c (commit)
      from  620ec696657558dbad2a6c7d4231deabcaeaaef1 (commit)

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


- Log -----------------------------------------------------------------
commit bba8914af56cb161c275fbbdea2479d6f8bd703c
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Jan 13 04:46:11 2008 +0100

    Try to fix the build on Tru64; avoid single quotes because they get expanded by perl in the build system.

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

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 cb8e214..0ca6f7a 100644
--- a/source/lib/replace/libreplace_ld.m4
+++ b/source/lib/replace/libreplace_ld.m4
@@ -265,7 +265,7 @@ AC_DEFUN([AC_LIBREPLACE_LD_SHLIB_ALLOW_UNDEF_FLAG],
 			LD_SHLIB_ALLOW_UNDEF_FLAG="-Wl,--allow-shlib-undefined"
 			;;
 		*osf*)
-			LD_SHLIB_ALLOW_UNDEF_FLAG="-expect_unresolved '*'"
+			LD_SHLIB_ALLOW_UNDEF_FLAG="-Wl,-expect_unresolved,*"
 			;;
 		*darwin*)
 			LD_SHLIB_ALLOW_UNDEF_FLAG="-undefined dynamic_lookup"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list