[Cmake-commits] CMake branch, next, updated. v3.0.0-rc5-3171-ga17dacb

Rolf Eike Beer eike at sf-mail.de
Thu May 15 17:53:05 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  a17dacbf128ac1a584117463cc7b889f4f6e161e (commit)
       via  5822f29969f4d715b311ef7779b90ab013cf663f (commit)
      from  8b10a15f2760a6afc8f64200147cae8c9963dea1 (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=a17dacbf128ac1a584117463cc7b889f4f6e161e
commit a17dacbf128ac1a584117463cc7b889f4f6e161e
Merge: 8b10a15 5822f29
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Thu May 15 17:53:04 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu May 15 17:53:04 2014 -0400

    Merge topic 'OpenBSD-platform' into next
    
    5822f299 OpenBSD: update platform file


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5822f29969f4d715b311ef7779b90ab013cf663f
commit 5822f29969f4d715b311ef7779b90ab013cf663f
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Thu May 15 23:52:14 2014 +0200
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Thu May 15 23:52:39 2014 +0200

    OpenBSD: update platform file
    
    This is basically what they patch it to be downstream, so follow that.
    
    See http://www.openbsd.org/cgi-bin/cvsweb/ports/devel/cmake/patches/patch-Modules_Platform_OpenBSD_cmake?rev=1.11;content-type=text%2Fplain

diff --git a/Modules/Platform/OpenBSD.cmake b/Modules/Platform/OpenBSD.cmake
index a4f6114..d8f4f60 100644
--- a/Modules/Platform/OpenBSD.cmake
+++ b/Modules/Platform/OpenBSD.cmake
@@ -1,5 +1,7 @@
 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

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

Summary of changes:
 Modules/Platform/OpenBSD.cmake |    2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list