This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
perl: Enable crypt() for all libc implementations
Signed-off-by: Marcel Denia <naoir@gmx.net>
lilik-openwrt-22.03
Marcel Denia
9 years ago
parent
4cd52a64ac
commit
51bef7ad20
1 changed files
with
2 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-4
lang/perl/files/libc.config
+ 2
- 4
lang/perl/files/libc.config
View File
@ -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 'g
libc') {
# uclibc does not provide crypt_r().
($owrt:libc
eq 'uc
libc') {
crypt_r_proto='0'
i_crypt='undef'
d_crypt='undef'
d_crypt_r='undef'
}
Write
Preview
Loading…
Cancel
Save