Add --disable-bluez to configure line.
authoryippi
Mon, 17 Oct 2011 22:45:57 +0000
changeset 22185 210125bd58f3
parent 22184 41d240261210
child 22190 ce8390a5afd2
Add --disable-bluez to configure line.
base-specs/pulseaudio.spec
--- a/base-specs/pulseaudio.spec	Mon Oct 17 22:11:03 2011 +0000
+++ b/base-specs/pulseaudio.spec	Mon Oct 17 22:45:57 2011 +0000
@@ -84,6 +84,11 @@
 
 autoreconf --force --install
 
+# We build PulseAudio without samplerate or bluez support since these are GPL
+# and it is not desirable to build PulseAudio with GPL code.  Bluez is not 
+# available anyway yet in Solaris, but disabling it just to ensure that it does
+# not build if bluez is added.
+#
 # We must turn off avahi for amd64 since avahi 64-bit is not available.
 ./configure --prefix=%{_prefix}         \
             --mandir=%{_mandir}         \
@@ -92,6 +97,7 @@
             --libexecdir=%{_libexecdir} \
             --sysconfdir=%{_sysconfdir} \
             --disable-samplerate        \
+            --disable-bluez             \
             $SOLARIS_PULSE_ARGS
 
 make -j$CPUS