summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2019-09-20 19:25:38 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2019-09-21 22:54:34 +0200
commite11e50d96d0df256ea43eaa0cb0913684abd0c5c (patch)
tree468c8bd12a0c801d0f15457a694e01b4d7afadf2
parent3b77a371c4c8dc2a44f960c67837faeeffefd74f (diff)
package/pulseaudio: enable reproducible builds
Upstream added support to create reproducible builds: https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=3d9deb1e5679e15c3277e144a822be9b0a036514 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r--package/pulseaudio/pulseaudio.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/pulseaudio/pulseaudio.mk b/package/pulseaudio/pulseaudio.mk
index 53e10429ad..b833d4ad27 100644
--- a/package/pulseaudio/pulseaudio.mk
+++ b/package/pulseaudio/pulseaudio.mk
@@ -13,7 +13,8 @@ PULSEAUDIO_LICENSE_FILES = LICENSE GPL LGPL
PULSEAUDIO_CONF_OPTS = \
--disable-default-build-tests \
--disable-legacy-database-entry-format \
- --disable-manpages
+ --disable-manpages \
+ --disable-running-from-build-tree
PULSEAUDIO_DEPENDENCIES = \
host-pkgconf libtool libsndfile speex host-intltool \