Skip to content
Snippets Groups Projects
Commit a6720bfc authored by jenkins's avatar jenkins
Browse files

New release.

parents bc2b7ccb da8d1dab
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,8 @@ RUN apt-get update && \
devscripts \
equivs \
python-is-python3 \
libdbus-1-dev \
libdbus-c++-dev \
wget
ADD scripts/prebuild-package-debian.sh /opt/prebuild-package-debian.sh
......
......@@ -68,6 +68,9 @@ override_dh_auto_configure:
override_dh_auto_build:
# Daemon contribs build + configure
mkdir -p daemon/contrib/native
ifeq (ubuntu_18.04,$(findstring ubuntu_18.04, $(DISTRIBUTION)))
sed -i 's/GNUTLS_CONF :=/& --without-zstd/' daemon/contrib/src/gnutls/rules.mak
endif
cd daemon/contrib/native && \
../bootstrap \
--host=${HOST_ARCH} \
......
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