The branch, v3-5-test has been updated
       via  ca9538b s3-VFS: Fix building out-of-tree modules.
      from  8b266d1 s3-docs: overrided -> overridden

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


- Log -----------------------------------------------------------------
commit ca9538bcd8ac153ab7d9bc21dab01d702d13c554
Author: Richard Sharpe <realrichardsha...@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).
    (cherry picked from commit d2f4164e3db2c341ff3a1b35a68f691848c9a859)

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

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

Reply via email to