Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 582126 Details for
Bug 689410
cmake.eclass should set library search suffix for riscv
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to cmake-utils.eclass to set CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX on riscv
cmake-utils.eclass.patch (text/plain), 715 bytes, created by
Marcus Comstedt
on 2019-07-07 15:08:02 UTC
(
hide
)
Description:
Patch to cmake-utils.eclass to set CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX on riscv
Filename:
MIME Type:
Creator:
Marcus Comstedt
Created:
2019-07-07 15:08:02 UTC
Size:
715 bytes
patch
obsolete
>--- /usr/portage/eclass/cmake-utils.eclass.orig 2019-07-07 13:47:35.414051002 +0200 >+++ /usr/portage/eclass/cmake-utils.eclass 2019-07-07 13:57:31.714645986 +0200 >@@ -644,6 +644,7 @@ > SET (CMAKE_INSTALL_MANDIR "${EPREFIX}/usr/share/man" CACHE PATH "") > SET (CMAKE_USER_MAKE_RULES_OVERRIDE "${build_rules}" CACHE FILEPATH "Gentoo override rules") > _EOF_ >+ [[ ${ARCH} == riscv ]] && echo 'SET (CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX '"${libdir/lib}"' CACHE STRING "library search suffix" FORCE)' >> "${common_config}" > [[ "${NOCOLOR}" = true || "${NOCOLOR}" = yes ]] && echo 'SET (CMAKE_COLOR_MAKEFILE OFF CACHE BOOL "pretty colors during make" FORCE)' >> "${common_config}" > > if [[ ${EAPI} != [56] ]]; then
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 689410
: 582126 |
591974