Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 827074
Collapse All | Expand All

(-)a/meson.build (-1 / +4 lines)
Lines 93-99 Link Here
93
rc_sbindir = rc_libexecdir / 'sbin'
93
rc_sbindir = rc_libexecdir / 'sbin'
94
sbindir = rootprefix / get_option('sbindir')
94
sbindir = rootprefix / get_option('sbindir')
95
95
96
crypt_dep = dependency('libcrypt', required : not get_option('pam'))
96
crypt_dep = dependency('libcrypt', required : false)
97
if not crypt_dep.found()
98
  crypt_dep = cc.find_library('crypt', required : true)
99
endif
97
100
98
selinux_dep = dependency('libselinux', required : get_option('selinux'))
101
selinux_dep = dependency('libselinux', required : get_option('selinux'))
99
pam_misc_dep = []
102
pam_misc_dep = []

Return to bug 827074