Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 857441 Details for
Bug 900957
app-text/editorconfig-core-c-0.12.5 used default libpcre in /usr/lib/ instead of /usr/lib64/ on arch=amd64
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix-found-libpcre-on-multiarch.patch
fix-found-libpcre-on-multiarch.patch (text/plain), 571 bytes, created by
smail.muk2
on 2023-03-13 06:19:40 UTC
(
hide
)
Description:
fix-found-libpcre-on-multiarch.patch
Filename:
MIME Type:
Creator:
smail.muk2
Created:
2023-03-13 06:19:40 UTC
Size:
571 bytes
patch
obsolete
>diff -Nudr editorconfig-core-c-0.12.5-orig/src/CMakeLists.txt editorconfig-core-c-0.12.5-mod/src/CMakeLists.txt >--- editorconfig-core-c-0.12.5-orig/src/CMakeLists.txt 2023-03-10 16:44:48.701940106 +0700 >+++ editorconfig-core-c-0.12.5-mod/src/CMakeLists.txt 2023-03-10 16:44:05.501712266 +0700 >@@ -35,7 +35,9 @@ > set(CMAKE_FIND_LIBRARY_SUFFIXES ".a") > endif() > >-find_package(PCRE2 REQUIRED) >+#find_package(PCRE2 REQUIRED) >+find_package(PkgConfig) >+pkg_search_module(PCRE2 REQUIRED libpcre2-8) > > if(PCRE2_FOUND) > include_directories(BEFORE ${PCRE2_INCLUDE_DIRS})
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 900957
:
857439
| 857441 |
857483