summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2013-11-18 08:05:29 -0800
committerAttila Molnar <attilamolnar@hush.com>2013-11-18 08:05:29 -0800
commit2eed59bea6f6e42c77ffd7e6061570c13f172e21 (patch)
treed6c6b97a3267e81236cadd5bb6617ca92001f435 /make
parentcada37c7b51c0f1bee8117caa0123412b2e48081 (diff)
parent690c372f6ef246b43b477e3685c8e716431427ad (diff)
Merge pull request #685 from SaberUK/master+gnutls-rng
Use gnutls_rnd instead of gcry_randomize on newer GnuTLS versions.
Diffstat (limited to 'make')
-rw-r--r--make/utilities.pm1
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);