[Pkg-voip-commits] [twinkle] 73/73: Explicitly disable ALSA support on non-Linux architectures

Peter Colberg pc-guest at moszumanska.debian.org
Wed Jan 6 00:31:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

pc-guest pushed a commit to branch master
in repository twinkle.

commit 0e6c81df78ba4f2718545a5bfab2f31414e8e46d
Author: Peter Colberg <peter at colberg.org>
Date:   Sun Jan 3 19:11:50 2016 -0500

    Explicitly disable ALSA support on non-Linux architectures
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index c37e7a9..656d2ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,8 @@ CONFIGURE_FLAGS = -DWITH_QT5=ON -DWITH_ZRTP=OFF -DWITH_SPEEX=ON -DWITH_GSM=ON
 # Enable ALSA support on Linux only
 ifeq (,$(filter $(DEB_HOST_ARCH),kfreebsd-amd64 kfreebsd-i386 hurd-i386))
 CONFIGURE_FLAGS += -DWITH_ALSA=ON
+else
+CONFIGURE_FLAGS += -DWITH_ALSA=OFF
 endif
 
 # Avoid useless library dependencies

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/twinkle.git



More information about the Pkg-voip-commits mailing list