Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 709368 Details for
Bug 790671
gnome-base/gdm-40.0: meson.build:93:2: ERROR: C shared or static library 'libwrap' not found
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix meson.build
fix_libwrap_detection.patch (text/plain), 446 bytes, created by
Bernd Feige
on 2021-05-17 10:20:48 UTC
(
hide
)
Description:
Fix meson.build
Filename:
MIME Type:
Creator:
Bernd Feige
Created:
2021-05-17 10:20:48 UTC
Size:
446 bytes
patch
obsolete
>Index: gdm-40.0/meson.build >=================================================================== >--- gdm-40.0.orig/meson.build >+++ gdm-40.0/meson.build >@@ -90,7 +90,7 @@ else > endif > xdmcp_dep = cc.find_library('Xdmcp', required: get_option('xdmcp')) > if xdmcp_dep.found() and get_option('tcp-wrappers') >- libwrap_dep = cc.find_library('libwrap') >+ libwrap_dep = cc.find_library('wrap') > endif > > logind_provider = get_option('logind-provider')
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 790671
: 709368