[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-2510-g213ba3a

Michael Adam obnox at samba.org
Sun Feb 24 00:01:35 GMT 2008


The branch, v3-2-test has been updated
       via  213ba3a719e77979c04b872f1d82f68e87287cb0 (commit)
      from  1ba223f202a070a695581e0d7161473a3ebf4332 (commit)

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


- Log -----------------------------------------------------------------
commit 213ba3a719e77979c04b872f1d82f68e87287cb0
Author: Michael Adam <obnox at samba.org>
Date:   Sun Feb 24 01:00:39 2008 +0100

    Fix aix-build of libtalloc.so by exporting all necessary symbols.
    
    Use -bexpfull instead of -bexpall for LDSHFLAGS to also export
    symbols starting with "_". This exports all necessary symbols
    from libtalloc.so.
    
    Michael

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

Summary of changes:
 source/configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/configure.in b/source/configure.in
index 78f0901..3ab2166 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -1573,7 +1573,7 @@ DSO_EXPORTS=""
 			;;
 		*aix*) AC_DEFINE(AIX,1,[Whether the host os is aix])
 			BLDSHARED="true"
-			LDSHFLAGS="-Wl,-G,-bexpall,-bbigtoc"
+			LDSHFLAGS="-Wl,-G,-bexpfull,-bbigtoc"
 			DYNEXP="-Wl,-brtl,-bexpfull,-bbigtoc"
 			PICFLAG="-O2"
 			# as AIX code is always position independent...


-- 
Samba Shared Repository


More information about the samba-cvs mailing list