[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-1594-g74a71f1

Volker Lendecke vl at samba.org
Mon Jan 21 13:58:04 GMT 2008


The branch, v3-2-test has been updated
       via  74a71f198866ba0a0217e58a6a47bdc858d5df68 (commit)
      from  1db41ff52565e9f336a22fb9ffd80d51677e023b (commit)

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


- Log -----------------------------------------------------------------
commit 74a71f198866ba0a0217e58a6a47bdc858d5df68
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Jan 21 15:00:34 2008 +0100

    Link smbd on AIX with -bexpfull instead of -bexpall
    
    -bexpall only exports the names without leading _, so we don't get
    _talloc_reallo_array for example.
    
    Thanks a lot to Heinrich Mislik for the hint!

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

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 25e3b36..fcbe56f 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -1864,7 +1864,7 @@ DSO_EXPORTS=""
 		*aix*) AC_DEFINE(AIX,1,[Whether the host os is aix])
 			BLDSHARED="true"
 			LDSHFLAGS="-Wl,-G,-bexpall,-bbigtoc"
-			DYNEXP="-Wl,-brtl,-bexpall,-bbigtoc"
+			DYNEXP="-Wl,-brtl,-bexpfull,-bbigtoc"
 			PICFLAG="-O2"
 			# as AIX code is always position independent...
 			# .po will just create compile warnings, use po.o:


-- 
Samba Shared Repository


More information about the samba-cvs mailing list