[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Wed May 12 01:44:15 MDT 2010


The branch, master has been updated
       via  1f9bce1... s4:heimdal_build: undefine __APPLE__ as we don't need that magic
      from  825b595... s4:heimdal_build: remove heimdal/lib/hcrypto/evp-cc.c from autoconf build

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


- Log -----------------------------------------------------------------
commit 1f9bce1c0d7081c14ee20750b7d3f6910c285d80
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed May 12 09:42:44 2010 +0200

    s4:heimdal_build: undefine __APPLE__ as we don't need that magic
    
    This hopefully fixes the build on Mac OS 10.
    
    metze

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

Summary of changes:
 source4/heimdal_build/config.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h
index 35981b8..2cf36d3 100644
--- a/source4/heimdal_build/config.h
+++ b/source4/heimdal_build/config.h
@@ -28,4 +28,9 @@
 #define LIBINTL
 #endif
 
+/* we do not want any __APPLE__ magic */
+#ifdef __APPLE__
+#undef __APPLE__
+#endif
+
 #endif


-- 
Samba Shared Repository


More information about the samba-cvs mailing list