diff options
-rw-r--r-- | gtk/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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" |