summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2023-06-06 15:38:25 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2023-06-06 15:38:29 +0200
commitb4765d38f44137248f81e2bcd6e23a65f2df2e0b (patch)
treea09ccb9e05f9b5d36cb4f386ed0099eac806828c
parent4343237c4ff4cdf62a0ccbcc5359dddbf78aaabe (diff)
downloadptxdist-b4765d38f44137248f81e2bcd6e23a65f2df2e0b.tar.gz
ptxdist-b4765d38f44137248f81e2bcd6e23a65f2df2e0b.tar.xz
pulseaudio: disable OSS
It's long dead and this fixes building with Y2038 support. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/pulseaudio.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/pulseaudio.make b/rules/pulseaudio.make
index afc3c7496..3242557b1 100644
--- a/rules/pulseaudio.make
+++ b/rules/pulseaudio.make
@@ -76,7 +76,7 @@ PULSEAUDIO_CONF_OPT := \
-Dmodlibexecdir=/usr/lib/pulse-$(PULSEAUDIO_VERSION)/modules \
-Dopenssl=disabled \
-Dorc=enabled \
- -Doss-output=enabled \
+ -Doss-output=disabled \
-Dpadsplibdir= \
-Dpulsedsp-location= \
-Drunning-from-build-tree=false \