Skip to content

Commit

Permalink
mingw: add bcrypt to LDADD for rust compilation
Browse files Browse the repository at this point in the history
(cherry picked from commit e93dc24)
  • Loading branch information
victorjulien committed Dec 12, 2021
1 parent def83c8 commit 6a06e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,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"
Expand Down

0 comments on commit 6a06e07

Please sign in to comment.