The branch, v3-2-test has been updated
via c2a988d8427b7598291ae6999b5258e2b6a2e7cb (commit)
from 4baf36784f6496121a6863af0283821785eb0cf1 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test
- Log -----------------------------------------------------------------
commit c2a988d8427b7598291ae6999b5258e2b6a2e7cb
Author: Volker Lendecke <[EMAIL PROTECTED]>
Date: Sun Dec 23 15:53:09 2007 +0100
Attempt to fix the Solaris build
Lets see what the others in the build farm think about this
-----------------------------------------------------------------------
Summary of changes:
source/Makefile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source/Makefile.in b/source/Makefile.in
index d3b990e..53f7bf3 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -25,7 +25,7 @@ [EMAIL PROTECTED]@
## Dynamic shared libraries build settings
DSO_EXPORTS_CMD=-Wl,--version-script,$(srcdir)/exports/`basename $@ | sed
's/@[EMAIL PROTECTED]/syms/'`
[EMAIL PROTECTED]@
-SONAME_VER=`grep ^$@ $(builddir)/library-versions | cut -d: -f2`
+SONAME_VER=`grep \^$@ $(builddir)/library-versions | cut -d: -f2`
SHLD_DSO = $(SHLD) $(LDSHFLAGS) $(DSO_EXPORTS) -o $@
# The MODULE_EXPORTS variable contains the platform-specific linker flags
--
Samba Shared Repository