diff options
author | Peter Powell <petpow@saberuk.com> | 2013-11-18 13:48:07 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2013-11-18 15:58:28 +0000 |
commit | 690c372f6ef246b43b477e3685c8e716431427ad (patch) | |
tree | d6c6b97a3267e81236cadd5bb6617ca92001f435 /make/utilities.pm | |
parent | cada37c7b51c0f1bee8117caa0123412b2e48081 (diff) |
Use gnutls_rnd instead of gcry_randomize on newer GnuTLS versions.
Also, fix a bug where eval() caused compile errors.
Diffstat (limited to 'make/utilities.pm')
-rw-r--r-- | make/utilities.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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); |