From e93dc24383443398d6a2e888931d7000b392c09a Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 7 Dec 2021 09:56:51 +0100 Subject: [PATCH] mingw: add bcrypt to LDADD for rust compilation --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bf3139c57a..d37fa6c5a8 100644 --- a/configure.ac +++ b/configure.ac @@ -310,7 +310,7 @@ WINDOWS_PATH="yes" PCAP_LIB_NAME="wpcap" AC_DEFINE([HAVE_NON_POSIX_MKDIR], [1], [mkdir is not POSIX compliant: single arg]) - RUST_LDADD=" -lws2_32 -liphlpapi -lwbemuuid -lOle32 -lOleAut32 -lUuid -luserenv -lshell32 -ladvapi32 -lgcc_eh" + RUST_LDADD=" -lws2_32 -liphlpapi -lwbemuuid -lOle32 -lOleAut32 -lUuid -luserenv -lshell32 -ladvapi32 -lgcc_eh -lbcrypt" ;; *-*-cygwin) LUA_LIB_NAME="lua" -- 2.47.2