Skip to content
Snippets Groups Projects
Commit 3352b741 authored by Philippe Gorley's avatar Philippe Gorley Committed by Andreas Traczyk
Browse files

opendht: revert to building using autotools


CMake build fails on MinGW when trying to find argon2

Change-Id: Ibe9451cfd324cbfd196434e3cbf8f01e1ae41a1d
Reviewed-by: default avatarAndreas Traczyk <andreas.traczyk@savoirfairelinux.com>
parent f2689692
Branches
No related tags found
No related merge requests found
...@@ -31,9 +31,11 @@ $(TARBALLS)/opendht-$(OPENDHT_VERSION).tar.gz: ...@@ -31,9 +31,11 @@ $(TARBALLS)/opendht-$(OPENDHT_VERSION).tar.gz:
opendht: opendht-$(OPENDHT_VERSION).tar.gz opendht: opendht-$(OPENDHT_VERSION).tar.gz
$(UNPACK) $(UNPACK)
$(UPDATE_AUTOCONFIG) && cd $(UNPACK_DIR)
$(MOVE) $(MOVE)
.opendht: opendht .sum-opendht .opendht: opendht .sum-opendht
cd $< && $(HOSTVARS) $(CMAKE) -DOPENDHT_STATIC=On -DOPENDHT_SHARED=Off -DOPENDHT_TOOLS=Off -DOPENDHT_PROXY_CLIENT=On -DOPENDHT_PUSH_NOTIFICATIONS=On -DOPENDHT_DOCUMENTATION=Off . mkdir -p $</m4 && $(RECONF)
cd $< && $(HOSTVARS) ./configure --enable-static --disable-shared --disable-tools --disable-python --disable-doc --enable-proxy-server --enable-proxy-client --enable-push-notifications $(HOSTCONF)
cd $< && $(MAKE) install cd $< && $(MAKE) install
touch $@ touch $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment