diff options
author | lloyd <[email protected]> | 2014-12-17 23:48:20 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-12-17 23:48:20 +0000 |
commit | 4db8ae79680f3f5b65fcd5f69528d5be97b279ed (patch) | |
tree | 5f9fcb842f1ba791fc10064d06aeac4476f5c45f /src/build-data | |
parent | dad6b7c94067b2d571ee9ef187a2a370b1b1e16a (diff) |
Add MinGW support for the CryptoAPI RNG. Also disable the dependencies
in auto_rng for a working entropy source as in situations where it
doesn't work almost none of the library builds. Disable boost by
default from the library. Github issue 34.
Unrelated - remove long dead Tru64 as a target.
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/os/tru64.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/build-data/os/tru64.txt b/src/build-data/os/tru64.txt deleted file mode 100644 index a442743bc..000000000 --- a/src/build-data/os/tru64.txt +++ /dev/null @@ -1,9 +0,0 @@ -os_type unix - -<target_features> -gettimeofday -</target_features> - -<aliases> -osf1 -</aliases> |