From: Brad Smith Date: Sat, 13 Aug 2022 04:57:31 +0000 (-0400) Subject: BUILD: makefile: enable crypt(3) for NetBSD X-Git-Tag: v2.7-dev6~107 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f105b8a457625491f06c40ddea8d43b1ed5c561;p=thirdparty%2Fhaproxy.git BUILD: makefile: enable crypt(3) for NetBSD Allow NetBSD to support encrypted passwords in Userlists. --- diff --git a/Makefile b/Makefile index 580cf6f9ea..10c9ef7b43 100644 --- a/Makefile +++ b/Makefile @@ -453,8 +453,8 @@ endif # NetBSD 8 and above ifeq ($(TARGET),netbsd) set_target_defaults = $(call default_opts, \ - USE_POLL USE_TPROXY USE_THREAD USE_KQUEUE USE_ACCEPT4 USE_CLOSEFROM \ - USE_GETADDRINFO) + USE_POLL USE_TPROXY USE_LIBCRYPT USE_THREAD USE_KQUEUE USE_ACCEPT4 \ + USE_CLOSEFROM USE_GETADDRINFO) endif # AIX 5.1 only