]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: makefile: enable crypt(3) for NetBSD
authorBrad Smith <brad@comstyle.com>
Sat, 13 Aug 2022 04:57:31 +0000 (00:57 -0400)
committerWilly Tarreau <w@1wt.eu>
Sat, 3 Sep 2022 04:11:08 +0000 (06:11 +0200)
Allow NetBSD to support encrypted passwords in Userlists.

Makefile

index 580cf6f9eab638da8654f4320f8188d3f745b553..10c9ef7b4392c89f8a42d48f80be398ba1c19a09 100644 (file)
--- 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