From 690c372f6ef246b43b477e3685c8e716431427ad Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Mon, 18 Nov 2013 13:48:07 +0000 Subject: Use gnutls_rnd instead of gcry_randomize on newer GnuTLS versions. Also, fix a bug where eval() caused compile errors. --- make/utilities.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'make') diff --git a/make/utilities.pm b/make/utilities.pm index 87aa46d6e..8b6c1b225 100644 --- a/make/utilities.pm +++ b/make/utilities.pm @@ -34,6 +34,7 @@ use Fcntl; use File::Path; use File::Spec::Functions qw(rel2abs); use Getopt::Long; +use POSIX; our @EXPORT = qw(module_installed prompt_bool prompt_dir prompt_string make_rpath pkgconfig_get_include_dirs pkgconfig_get_lib_dirs pkgconfig_check_version translate_functions promptstring); -- cgit v1.2.3