[SCM] Samba Shared Repository - branch master updated

Björn Jacke bjacke at samba.org
Fri Jun 4 18:15:04 MDT 2010


The branch, master has been updated
       via  79ec886... s3:build: add shared lib flag for HP-UX compiler
       via  a973eb1... s3: fix build on Heimdal based systems like NetBSD5
      from  6309f7b... s4-smbtorture: make RPC-SPOOLSS-ACCESS more compatible with older samba releases.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 79ec886aa4e8398cd45d9821030a1b87a17950f8
Author: Björn Jacke <bj at sernet.de>
Date:   Sat Jun 5 02:13:21 2010 +0200

    s3:build: add shared lib flag for HP-UX compiler

commit a973eb1968c416eb17de71655173fa2af16cb185
Author: Björn Jacke <bj at sernet.de>
Date:   Sat Jun 5 02:12:02 2010 +0200

    s3: fix build on Heimdal based systems like NetBSD5

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

Summary of changes:
 source3/configure.in     |    4 +++-
 source3/libsmb/clikrb5.c |    6 +++---
 2 files changed, 6 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index 146dc85..71d416c 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1674,7 +1674,9 @@ DSO_EXPORTS=""
 				LDSHFLAGS="-shared"
 			else
 				PICFLAG="+z"
-				LDSHFLAGS="-Wl,-B,symbolic,-b"
+				LDSHFLAGS="-b"
+				# "Uses depth-first symbol resolution"
+				LDSHFLAGS="$LDSHFLAGS -Wl,-B,symbolic,-b"
 				if test "$host_cpu" != "ia64"; then
 					# "don't store literals in read-only memory" (?):
 					PICFLAG="$PICFLAG +ESnolit"
diff --git a/source3/libsmb/clikrb5.c b/source3/libsmb/clikrb5.c
index 098d633..2e3fdf3 100644
--- a/source3/libsmb/clikrb5.c
+++ b/source3/libsmb/clikrb5.c
@@ -20,6 +20,9 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
+#include "includes.h"
+#include "smb_krb5.h"
+
 #ifndef KRB5_AUTHDATA_WIN2K_PAC
 #define KRB5_AUTHDATA_WIN2K_PAC 128
 #endif
@@ -28,9 +31,6 @@
 #define KRB5_AUTHDATA_IF_RELEVANT 1
 #endif
 
-#include "includes.h"
-#include "smb_krb5.h"
-
 #ifdef HAVE_KRB5
 
 #define GSSAPI_CHECKSUM      0x8003             /* Checksum type value for Kerberos */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list