Skip to content
Snippets Groups Projects
Commit 9116bc6f authored by Adrien Béraud's avatar Adrien Béraud
Browse files

contrib/opendht: don't build c bindings

Change-Id: Id95f2e1dfbee9ec196b04e5096760ee333d85996
parent 2a87e785
Branches
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-indexation --disable-python --disable-doc --enable-proxy-server --enable-proxy-client --enable-push-notifications $(HOSTCONF)
cd $< && $(HOSTVARS) $(OPENDHT_CONF) ./configure --enable-static --disable-shared --disable-c --disable-tools --disable-indexation --disable-python --disable-doc --enable-proxy-server --enable-proxy-client --enable-push-notifications $(HOSTCONF)
cd $< && $(MAKE) install
touch $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment