diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2015-02-13 17:59:28 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2015-05-02 21:36:45 +0200 |
commit | 6527e433b6856995a356e0fc0dfa5ef7816bb60f (patch) | |
tree | 652a552ac59ac28c6bcb2b7e4f57cee38853d81f /wscript | |
parent | b9d887fc3cd3ae26c678bf35bc90c4f1d6b03888 (diff) | |
download | pucket-6527e433b6856995a356e0fc0dfa5ef7816bb60f.tar.gz pucket-6527e433b6856995a356e0fc0dfa5ef7816bb60f.tar.bz2 pucket-6527e433b6856995a356e0fc0dfa5ef7816bb60f.zip |
Switch rng seed to /dev/urandom
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ def configure(conf): conf.load ('compiler_c') conf.env.append_unique ('CFLAGS', '-std=gnu99') - conf.env.append_unique ('CFLAGS', '-mrdrnd') conf.check_cfg (path='xml2-config', args='--cflags --libs', package='', uselib_store='xml2') conf.check_cc (lib='xml2', header_name='libxml/parser.h', function_name='xmlParseFile', use='xml2') |