mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
perl: Enable crypt() for all libc implementations
Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
@@ -3,11 +3,9 @@
|
|||||||
ldflags="$ldflags -L$owrt:staging_dir/lib"
|
ldflags="$ldflags -L$owrt:staging_dir/lib"
|
||||||
}
|
}
|
||||||
|
|
||||||
# uclibc does not provide crypt_r(). Enable crypt() usage for glibc builds only
|
# uclibc does not provide crypt_r().
|
||||||
($owrt:libc ne 'glibc') {
|
($owrt:libc eq 'uclibc') {
|
||||||
crypt_r_proto='0'
|
crypt_r_proto='0'
|
||||||
i_crypt='undef'
|
|
||||||
d_crypt='undef'
|
|
||||||
d_crypt_r='undef'
|
d_crypt_r='undef'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user