Skip to content
Snippets Groups Projects
Commit 46bdda44 authored by Guillaume Roguez's avatar Guillaume Roguez Committed by Alexandre Viau
Browse files

packaging: force gnutls from contrib on Debian based

We need to force gnutls to be build from our contrib system
on Debian based distrubutions as they build gnutls without
Heartbeat support and we strongly need it.

Change-Id: I247de5d03d5346d5a3ab909caa7298c6e8dfbe14
parent 3958e473
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,8 @@ override_dh_auto_configure:
--disable-sndfile \
--disable-gsm \
--disable-speexdsp \
--disable-natpmp && \
--disable-natpmp \
--enable-gnutls && \
make list && \
make -j$(NO_CPUS) V=1
cd daemon && \
......
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