perl: Enable crypt() for all libc implementations
Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
parent
4cd52a64ac
commit
51bef7ad20
1 changed files with 2 additions and 4 deletions
|
@ -3,11 +3,9 @@
|
|||
ldflags="$ldflags -L$owrt:staging_dir/lib"
|
||||
}
|
||||
|
||||
# uclibc does not provide crypt_r(). Enable crypt() usage for glibc builds only
|
||||
($owrt:libc ne 'glibc') {
|
||||
# uclibc does not provide crypt_r().
|
||||
($owrt:libc eq 'uclibc') {
|
||||
crypt_r_proto='0'
|
||||
i_crypt='undef'
|
||||
d_crypt='undef'
|
||||
d_crypt_r='undef'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue