aboutsummaryrefslogtreecommitdiff
path: root/net/ocserv/Config.in
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-11-29 19:24:27 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-11-29 19:36:29 +0100
commit9808e5c51fae70f4c5ebc569293f29dcbd581743 (patch)
tree5f4f21c02cfd42ed62834d917fa23d2be6064185 /net/ocserv/Config.in
parent87d4a0a222f1657dde59fe616c7a606669662b64 (diff)
ocserv: updated to 0.8.8 and added dependency on libhttp-parser
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'net/ocserv/Config.in')
-rw-r--r--net/ocserv/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ocserv/Config.in b/net/ocserv/Config.in
index beace7bb2..81075fd81 100644
--- a/net/ocserv/Config.in
+++ b/net/ocserv/Config.in
@@ -11,4 +11,8 @@ config OCSERV_PROTOBUF
bool "use external libprotobuf"
default y
+config OCSERV_HTTP_PARSER
+ bool "use external libhttp-parser"
+ default y
+
endmenu