[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-2720-g8eb7be8

Michael Adam obnox at samba.org
Fri Jul 11 12:43:03 GMT 2008


The branch, v3-2-test has been updated
       via  8eb7be8d1dbf76f7a0f09e0e0271762902fd7e4b (commit)
      from  710d42d0b7de44fb684edf7412bfb4a48c3daf07 (commit)

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


- Log -----------------------------------------------------------------
commit 8eb7be8d1dbf76f7a0f09e0e0271762902fd7e4b
Author: Michael Adam <obnox at samba.org>
Date:   Fri Jul 11 14:38:22 2008 +0200

    build: fix build of libaddns shared lib. symbols file was missing.
    
    This symbols file is checked because mksyms script currently does
    not support headers without exportet symbols...
    
    Michael
    (cherry picked from commit 1fa57b47e8f8da33a5713096c187bafb3a6c5b79)

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

Summary of changes:
 source/exports/libaddns.syms |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
 create mode 100644 source/exports/libaddns.syms


Changeset truncated at 500 lines:

diff --git a/source/exports/libaddns.syms b/source/exports/libaddns.syms
new file mode 100644
index 0000000..3e88ba7
--- /dev/null
+++ b/source/exports/libaddns.syms
@@ -0,0 +1,5 @@
+{
+	# no global exported symbols (yet) in libaddns ...
+
+	local: *;
+};


-- 
Samba Shared Repository


More information about the samba-cvs mailing list