From b4c12bb2fa6f93514d221b6ab21fe0bf3dae9de8 Mon Sep 17 00:00:00 2001 From: mwayne Date: Fri, 25 Jan 2019 22:47:54 +0100 Subject: [PATCH] gtk: Link to libbcrypt on mingw-w64 --- gtk/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/configure.ac b/gtk/configure.ac index 93208785d..47e45fc56 100644 --- a/gtk/configure.ac +++ b/gtk/configure.ac @@ -191,7 +191,7 @@ case $host in else HB_LIBS="$HB_LIBS -lpthreadGC2" fi - HB_LIBS="$HB_LIBS -lregex -luuid" + HB_LIBS="$HB_LIBS -lbcrypt -lregex -luuid" ;; *-*-freebsd*) HB_LIBS="$HB_LIBS -lpthread" -- 2.40.0