[Cmake-commits] CMake branch, next, updated. v2.8.2-156-gd8548e1

Alexander Neundorf neundorf at kde.org
Tue Jun 29 17:05:57 EDT 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  d8548e140221325519d2478d93bca28b96864bee (commit)
       via  6b184dd35c1af16c1c3c0eb9fd3f13a4c9ba8a83 (commit)
      from  25aa9a1e64ec082d7d507c430c7d3fb0d6a6b586 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d8548e140221325519d2478d93bca28b96864bee
commit d8548e140221325519d2478d93bca28b96864bee
Merge: 25aa9a1 6b184dd
Author: Alex Neundorf <neundorf at kde.org>
Date:   Tue Jun 29 23:08:01 2010 +0200

    Merge branch 'fix_cmcurl_build_ssize_t' into next


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6b184dd35c1af16c1c3c0eb9fd3f13a4c9ba8a83
commit 6b184dd35c1af16c1c3c0eb9fd3f13a4c9ba8a83
Author: Alex Neundorf <neundorf at kde.org>
Date:   Tue Jun 29 23:06:37 2010 +0200

    fix build of cmcurl on SUSE 11.2
    
    SIZEOF_SSIZE_T_CODE was not set, which is used in cmcurl/config.h.in
    
    Alex

diff --git a/Utilities/cmcurl/CMakeLists.txt b/Utilities/cmcurl/CMakeLists.txt
index 510851a..0f98e5a 100644
--- a/Utilities/cmcurl/CMakeLists.txt
+++ b/Utilities/cmcurl/CMakeLists.txt
@@ -731,6 +731,7 @@ FOREACH(var
     SIZEOF_LONG_LONG
     SIZEOF___INT64
     SIZEOF_SIZE_T
+    SIZEOF_SSIZE_T
     SIZEOF_TIME_T
     )
   IF(NOT ${var}_CODE)

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

Summary of changes:
 Utilities/cmcurl/CMakeLists.txt |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list