[Cmake-commits] CMake branch, next, updated. v3.0.0-rc5-3242-g5c7802a

Rolf Eike Beer eike at sf-mail.de
Tue May 20 11:34:44 EDT 2014


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  5c7802af9934ce270a4ddc016c193504983976ac (commit)
       via  0884710716801c3aba2748aada5873975a1b6f11 (commit)
      from  b9cc7cf7f17ca756da33734285920567e0faccc9 (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=5c7802af9934ce270a4ddc016c193504983976ac
commit 5c7802af9934ce270a4ddc016c193504983976ac
Merge: b9cc7cf 0884710
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Tue May 20 11:34:44 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 20 11:34:44 2014 -0400

    Merge topic 'OpenBSD-platform' into next
    
    08847107 Revert topic OpenBSD-platform


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0884710716801c3aba2748aada5873975a1b6f11
commit 0884710716801c3aba2748aada5873975a1b6f11
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Tue May 20 17:33:20 2014 +0200
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Tue May 20 17:33:39 2014 +0200

    Revert topic OpenBSD-platform
    
    This causes some test failures where the proper way of addressing them is
    currently unknown.

diff --git a/Modules/Platform/OpenBSD.cmake b/Modules/Platform/OpenBSD.cmake
index ad70681..a4f6114 100644
--- a/Modules/Platform/OpenBSD.cmake
+++ b/Modules/Platform/OpenBSD.cmake
@@ -1,7 +1,5 @@
 include(Platform/NetBSD)
 
-unset(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG)
-
 # On OpenBSD, the compile time linker does not share it's configuration with
 # the runtime linker.  This will extract the library search paths from the
 # system's ld.so.hints file which will allow CMake to set the appropriate
@@ -22,7 +20,3 @@ set_property(GLOBAL PROPERTY FIND_LIBRARY_USE_OPENBSD_VERSIONING 1)
 # OpenBSD policy requires that shared libraries be installed without
 # executable permission.
 set(CMAKE_INSTALL_SO_NO_EXE 1)
-
-# Shared libraries with no builtin soname may not be linked safely by
-# specifying the file path.
-set(CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME 1)

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

Summary of changes:
 Modules/Platform/OpenBSD.cmake |    6 ------
 1 file changed, 6 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list