package/nginx: select libxcrypt with glibc
Fix the following build failure raised since bump of glibc to version 2.39 in commitb5680f53d6
: In file included from src/core/ngx_config.h:26, from src/core/nginx.c:8: src/os/unix/ngx_linux_config.h:55:10: fatal error: crypt.h: No such file or directory 55 | #include <crypt.h> | ^~~~~~~~~ Fixes:b5680f53d6
- http://autobuild.buildroot.org/results/a186fffc468f9c901626c47c4ce216ae501085b8 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
0a9164adee
commit
90fc4d74ae
@ -2,6 +2,7 @@ menuconfig BR2_PACKAGE_NGINX
|
||||
bool "nginx"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
select BR2_PACKAGE_LIBATOMIC_OPS if BR2_sparc_v8 || BR2_sparc_leon3
|
||||
select BR2_PACKAGE_LIBXCRYPT if BR2_TOOLCHAIN_USES_GLIBC
|
||||
help
|
||||
nginx is an HTTP and reverse proxy server, as well as a mail
|
||||
proxy server.
|
||||
|
Loading…
Reference in New Issue
Block a user