mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-12-09 19:51:36 +01:00
BUILD: makefile: enable crypt(3) for NetBSD
Allow NetBSD to support encrypted passwords in Userlists.
This commit is contained in:
parent
ef9d594839
commit
2f105b8a45
4
Makefile
4
Makefile
@ -453,8 +453,8 @@ endif
|
|||||||
# NetBSD 8 and above
|
# NetBSD 8 and above
|
||||||
ifeq ($(TARGET),netbsd)
|
ifeq ($(TARGET),netbsd)
|
||||||
set_target_defaults = $(call default_opts, \
|
set_target_defaults = $(call default_opts, \
|
||||||
USE_POLL USE_TPROXY USE_THREAD USE_KQUEUE USE_ACCEPT4 USE_CLOSEFROM \
|
USE_POLL USE_TPROXY USE_LIBCRYPT USE_THREAD USE_KQUEUE USE_ACCEPT4 \
|
||||||
USE_GETADDRINFO)
|
USE_CLOSEFROM USE_GETADDRINFO)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# AIX 5.1 only
|
# AIX 5.1 only
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user