[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-908-ge1a95e7

Matthias Dieter Wallnöfer mdw at samba.org
Sat Aug 8 03:58:49 MDT 2009


The branch, master has been updated
       via  e1a95e7961a4ffe67ee7abe61faad0e7e65417d6 (commit)
      from  02c5f22ec876d6b243f77227a0f1328482eb9f07 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit e1a95e7961a4ffe67ee7abe61faad0e7e65417d6
Author: Matt Kraai <mkraai at beckman.com>
Date:   Fri Aug 7 13:58:52 2009 -0700

    libreplace: set SONAMEFLAG to "-Wl,-soname=" on QNX

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

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


Changeset truncated at 500 lines:

diff --git a/lib/replace/libreplace_ld.m4 b/lib/replace/libreplace_ld.m4
index 3982bba..bf0df61 100644
--- a/lib/replace/libreplace_ld.m4
+++ b/lib/replace/libreplace_ld.m4
@@ -208,7 +208,7 @@ AC_DEFUN([AC_LD_SONAMEFLAG],
 	AC_SUBST(SONAMEFLAG)
 	SONAMEFLAG=""
 	case "$host_os" in 
-		*linux*|*gnu*)
+		*linux*|*gnu*|*qnx*)
 			SONAMEFLAG="-Wl,-soname="
 			;;
 		*solaris*)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list