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

build: always build static opendht, link libssl

Change-Id: Id151ff3a40d01871b8a59349465aa40e169822c0
parent f788b34a
Branches
No related tags found
No related merge requests found
......@@ -36,6 +36,6 @@ opendht: opendht-$(OPENDHT_VERSION).tar.gz
.opendht: opendht .sum-opendht
mkdir -p $</m4 && $(RECONF)
cd $< && $(HOSTVARS) ./configure --disable-tools --disable-python --disable-doc --enable-proxy-server --enable-proxy-client --enable-push-notifications $(HOSTCONF)
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
touch $@
......@@ -60,6 +60,8 @@ libring_la_LDFLAGS = \
@OPENDHT_LIBS@ \
@SECP256K1_LIBS@ \
@ZLIB_LIBS@ \
@LIBSSL_LIBS@ \
@LIBCRYPTO_LIBS@ \
$(PCRE_LIBS) \
@LIBS@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment