Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 511990 Details for
Bug 642668
cmake-utils.eclass: Adjust rpath settings for macOS and current LLVM/clang
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed change to cmake-utils.eclass
cmake-utils.eclass.patch (text/plain), 803 bytes, created by
Michael Weiser
on 2017-12-29 19:31:44 UTC
(
hide
)
Description:
Proposed change to cmake-utils.eclass
Filename:
MIME Type:
Creator:
Michael Weiser
Created:
2017-12-29 19:31:44 UTC
Size:
803 bytes
patch
obsolete
>--- cmake-utils.eclass.orig 2017-12-29 13:29:19.000000000 +0100 >+++ cmake-utils.eclass 2017-12-29 13:29:42.000000000 +0100 >@@ -586,12 +586,10 @@ > ELSE () > > SET(CMAKE_PREFIX_PATH "${EPREFIX}/usr" CACHE STRING "" FORCE) >+ SET(CMAKE_MACOSX_RPATH ON CACHE BOOL "" FORCE) > SET(CMAKE_SKIP_BUILD_RPATH OFF CACHE BOOL "" FORCE) > SET(CMAKE_SKIP_RPATH OFF CACHE BOOL "" FORCE) >- SET(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE CACHE BOOL "") >- SET(CMAKE_INSTALL_RPATH "${EPREFIX}/usr/lib;${EPREFIX}/usr/${CHOST}/lib/gcc;${EPREFIX}/usr/${CHOST}/lib;${EPREFIX}/usr/$(get_libdir);${EPREFIX}/$(get_libdir)" CACHE STRING "" FORCE) > SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE CACHE BOOL "" FORCE) >- SET(CMAKE_INSTALL_NAME_DIR "${EPREFIX}/usr/lib" CACHE STRING "" FORCE) > > ENDIF (NOT APPLE) > _EOF_
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 642668
: 511990