[Pkg-voip-commits] [ring] 03/06: Moved --without-iax to the right place
Alexandre Viau
aviau at moszumanska.debian.org
Thu Jun 30 15:08:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
aviau pushed a commit to branch master
in repository ring.
commit 7974e2423e774f1eed2f062923ceae594a6d59af
Author: aviau <alexandre at alexandreviau.net>
Date: Thu Jun 30 15:37:05 2016 +0200
Moved --without-iax to the right place
---
debian/rules | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 8550e64..90b0c92 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,6 @@ override_dh_auto_configure:
cd daemon/contrib/native && \
../bootstrap \
--disable-ogg \
- --without-iax \
--disable-flac \
--disable-vorbis \
--disable-vorbisenc \
@@ -52,7 +51,9 @@ override_dh_auto_configure:
make -j$(NO_CPUS)
cd daemon && \
./autogen.sh && \
- ./configure --prefix=/usr
+ ./configure \
+ --prefix=/usr \
+ --without-iax
#############################
## libringclient configure ##
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/ring.git
More information about the Pkg-voip-commits
mailing list