[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-446-gdf36c78

Jelmer Vernooij jelmer at samba.org
Mon Jan 14 21:24:47 GMT 2008


The branch, v4-0-test has been updated
       via  df36c78549b40ee5e47d5cc79de2eb79f58c567a (commit)
      from  7a00d48a478be84e9f38c5e6cb57739063d0d613 (commit)

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


- Log -----------------------------------------------------------------
commit df36c78549b40ee5e47d5cc79de2eb79f58c567a
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Mon Jan 14 22:24:07 2008 +0100

    libreplace: Escape asterisk.

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

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 0ca6f7a..2aec698 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="-Wl,-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