[SCM] Samba Shared Repository - branch v3-6-test updated

Karolin Seeger kseeger at samba.org
Tue May 8 06:55:46 MDT 2012


The branch, v3-6-test has been updated
       via  d2f4164 s3-VFS: Fix building out-of-tree modules.
      from  3522cbb s3-docs: Fix several typos.

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


- Log -----------------------------------------------------------------
commit d2f4164e3db2c341ff3a1b35a68f691848c9a859
Author: Richard Sharpe <realrichardsharpe at gmail.com>
Date:   Tue May 8 14:53:10 2012 +0200

    s3-VFS: Fix building out-of-tree modules.
    
    Fix bug #8822 (VFS module init function name has to be manually changed
    depending on build environment).

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

Summary of changes:
 examples/VFS/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/examples/VFS/Makefile.in b/examples/VFS/Makefile.in
index 8fe414a..98d259f 100644
--- a/examples/VFS/Makefile.in
+++ b/examples/VFS/Makefile.in
@@ -36,7 +36,7 @@ default: $(patsubst %.c,%.$(SHLIBEXT),$(wildcard *.c))
 
 %.$(OBJEXT): %.c
 	@echo "Compiling $<"
-	@$(CC) $(FLAGS) -c $<
+	@$(CC) $(FLAGS) -c $< -D$*_init=init_samba_module
 
 
 install: default


-- 
Samba Shared Repository


More information about the samba-cvs mailing list