e4eda364a2
Fix the following build failure raised since bump of glibc to version 2.39 in commitb5680f53d6
: /home/autobuild/autobuild/instance-14/output-1/host/lib/gcc/arm-buildroot-linux-gnueabi/12.3.0/../../../../arm-buildroot-linux-gnueabi/bin/ld: libhttpd.o: in function `auth_check2': libhttpd.c:(.text+0x3d50): undefined reference to `crypt' Fixes:b5680f53d6
- http://autobuild.buildroot.org/results/bfb8a115edf71b1852cc8585c00eb9f0e801a955 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
10 lines
251 B
Plaintext
10 lines
251 B
Plaintext
config BR2_PACKAGE_THTTPD
|
|
bool "thttpd"
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_LIBXCRYPT if BR2_TOOLCHAIN_USES_GLIBC
|
|
help
|
|
thttpd is a simple, small, portable, fast, and secure HTTP
|
|
server
|
|
|
|
http://www.acme.com/software/thttpd/
|