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 = [] |