aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-12-14 15:03:32 +0000
committerlloyd <[email protected]>2013-12-14 15:03:32 +0000
commitcbca09dab2616a14d9ce6853a8cdfb62c029eada (patch)
treec48b8535f413f368ba1e7c7a99bd5d1a104f8960 /src
parent815966a9e1c3bec13c20d294fdc4e2aab16a614d (diff)
Make it possible to remove Boost dependency by disabling a few modules
(though including X.509 and TLS).
Diffstat (limited to 'src')
-rw-r--r--src/cert/x509/info.txt4
-rw-r--r--src/libstate/info.txt4
-rw-r--r--src/utils/http_util/info.txt4
3 files changed, 8 insertions, 4 deletions
diff --git a/src/cert/x509/info.txt b/src/cert/x509/info.txt
index ef3043e9e..a74fd6631 100644
--- a/src/cert/x509/info.txt
+++ b/src/cert/x509/info.txt
@@ -5,3 +5,7 @@ define OCSP 20131128
datastor
http_util
</requires>
+
+<libs>
+all -> boost_filesystem
+</libs>
diff --git a/src/libstate/info.txt b/src/libstate/info.txt
index 7e2bac6ee..49a6d38ee 100644
--- a/src/libstate/info.txt
+++ b/src/libstate/info.txt
@@ -19,7 +19,3 @@ pubkey
rng
stream
</requires>
-
-<libs>
-all -> boost_system,boost_filesystem
-</libs>
diff --git a/src/utils/http_util/info.txt b/src/utils/http_util/info.txt
index 39b8ffba6..279e93352 100644
--- a/src/utils/http_util/info.txt
+++ b/src/utils/http_util/info.txt
@@ -1,3 +1,7 @@
define HTTP_UTIL 20131128
load_on auto
+
+<libs>
+all -> boost_system
+</libs>