Skip to content
Snippets Groups Projects
Commit 19dd334c authored by Stepan Salenikovich's avatar Stepan Salenikovich
Browse files

packaging: disable building natpmp from contrib

The natpmp lib doesn't provide a pkg-config file, so contrib does
not detect that it is already installed on the system.

Change-Id: Iea603b39773f8805183c50f06b61e07a7d791425
Tuleap: #805
parent fb7d2d31
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,8 @@ override_dh_auto_configure: ...@@ -42,7 +42,8 @@ override_dh_auto_configure:
--disable-speex \ --disable-speex \
--disable-sndfile \ --disable-sndfile \
--disable-gsm \ --disable-gsm \
--disable-speexdsp && \ --disable-speexdsp \
--disable-natpmp && \
make list && \ make list && \
make -j1 V=1 make -j1 V=1
cd daemon && \ cd daemon && \
......
...@@ -97,7 +97,8 @@ cd %{_builddir}/ring-project/daemon/contrib/native && \ ...@@ -97,7 +97,8 @@ cd %{_builddir}/ring-project/daemon/contrib/native && \
--disable-speex \ --disable-speex \
--disable-sndfile \ --disable-sndfile \
--disable-gsm \ --disable-gsm \
--disable-speexdsp && \ --disable-speexdsp \
--disable-natpmp && \
make list && \ make list && \
make fetch && \ make fetch && \
make -j1 V=1 make -j1 V=1
......
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