Skip to content
Snippets Groups Projects
Unverified Commit 9f249126 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

opendht: build with http-fork for retro-compatibility

Change-Id: I03ba51473a5d35efcfe3b7be4f9f64f23e57455f
parent ce6ea104
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,6 @@ opendht: opendht-$(OPENDHT_VERSION).tar.gz
.opendht: opendht .sum-opendht
mkdir -p $</m4 && $(RECONF)
cd $< && $(HOSTVARS) $(OPENDHT_CONF) ./configure --enable-static --disable-shared --disable-tools --disable-python --disable-doc --enable-proxy-server --enable-proxy-client --enable-push-notifications $(HOSTCONF)
cd $< && $(HOSTVARS) $(OPENDHT_CONF) ./configure --enable-static --disable-shared --disable-tools --disable-python --disable-doc --enable-proxy-server --enable-proxy-client --with-http-parser-fork --enable-push-notifications $(HOSTCONF)
cd $< && $(MAKE) install
touch $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment