[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-29-37-g3fa483a

Volker Lendecke vlendec at samba.org
Thu Jun 12 12:03:48 GMT 2008


The branch, v3-0-test has been updated
       via  3fa483a54d68fcebb204f532eaff01e1dff19f76 (commit)
       via  bd24cb0893236fec79e9db6a655216959958c2a2 (commit)
      from  5ec31972e05b0479c615bf64f8fa147ab501345b (commit)

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


- Log -----------------------------------------------------------------
commit 3fa483a54d68fcebb204f532eaff01e1dff19f76
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Jun 12 13:25:53 2008 +0200

    AIX build fix from William Jojo -- thanks

commit bd24cb0893236fec79e9db6a655216959958c2a2
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Jun 12 12:35:28 2008 +0200

    Add -brtl to the AIX linker flags, use bexpfull instead of bexpall
    
    Thanks to William Jojo

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

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


Changeset truncated at 500 lines:

diff --git a/source/configure.in b/source/configure.in
index 16a841c..7f8a97f 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -1767,8 +1767,10 @@ SHLIBEXT="so"
 			;;
 		*aix*) AC_DEFINE(AIX,1,[Whether the host os is aix])
 			BLDSHARED="true"
-			LDSHFLAGS="-Wl,-G,-bexpall,-bbigtoc"
-			DYNEXP="-Wl,-brtl,-bexpall,-bbigtoc"
+			# use expfull to export underscored symbols
+			# add rtl to LDSHFLAGS to fix /lib/crt0.o warning
+			LDSHFLAGS="-Wl,-G,-bexpfull,-bbigtoc,-brtl"
+			DYNEXP="-Wl,-brtl,-bexpfull,-bbigtoc"
 			PICFLAG="-O2"
 			# as AIX code is always position independent...
 			# .po will just create compile warnings, use po.o:
diff --git a/source/include/includes.h b/source/include/includes.h
index 045b989..8253ee6 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -783,6 +783,7 @@ enum flush_reason_enum {
     NUM_FLUSH_REASONS};
 
 #include "nss_info.h"
+#include "modules/nfs4_acls.h"
 
 /***** automatically generated prototypes *****/
 #ifndef NO_PROTO_H


-- 
Samba Shared Repository


More information about the samba-cvs mailing list