[Cmake-commits] CMake branch, next, updated. v3.0.0-rc5-3220-gb88c8bb

Rolf Eike Beer eike at sf-mail.de
Mon May 19 15:02:11 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  b88c8bb46324e5178486b8264b0b45d0d70495da (commit)
       via  f3c2552ab1556d78f100d652bd440dc0cdb829bf (commit)
      from  c060f0be669674dabda945e28d860ad4dd28876d (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=b88c8bb46324e5178486b8264b0b45d0d70495da
commit b88c8bb46324e5178486b8264b0b45d0d70495da
Merge: c060f0b f3c2552
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Mon May 19 15:02:11 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon May 19 15:02:11 2014 -0400

    Merge topic 'OpenBSD-platform' into next
    
    f3c2552a OpenBSD: try to properly deal with missing SONAME


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f3c2552ab1556d78f100d652bd440dc0cdb829bf
commit f3c2552ab1556d78f100d652bd440dc0cdb829bf
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Mon May 19 21:01:56 2014 +0200
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Mon May 19 21:01:56 2014 +0200

    OpenBSD: try to properly deal with missing SONAME

diff --git a/Modules/Platform/OpenBSD.cmake b/Modules/Platform/OpenBSD.cmake
index d8f4f60..ad70681 100644
--- a/Modules/Platform/OpenBSD.cmake
+++ b/Modules/Platform/OpenBSD.cmake
@@ -22,3 +22,7 @@ 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 |    4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list