From e977338b0bea40ed955e81869fe765d478988f77 Mon Sep 17 00:00:00 2001 From: Henrik Grimler Date: Sat, 11 Nov 2017 12:22:09 +0100 Subject: [PATCH] libpulseaudio: fix "shared memfd open() failed: Function not implemented" error. Occured on arm. Rebuilding the package wasn't enough. --- packages/libpulseaudio/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/libpulseaudio/build.sh b/packages/libpulseaudio/build.sh index 1d41cb37..357b9eaa 100644 --- a/packages/libpulseaudio/build.sh +++ b/packages/libpulseaudio/build.sh @@ -1,12 +1,13 @@ TERMUX_PKG_HOMEPAGE=https://www.freedesktop.org/wiki/Software/PulseAudio TERMUX_PKG_DESCRIPTION="A featureful, general-purpose sound server - shared libraries" TERMUX_PKG_VERSION=11.1 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SHA256=f2521c525a77166189e3cb9169f75c2ee2b82fa3fcf9476024fbc2c3a6c9cd9e TERMUX_PKG_SRCURL=https://www.freedesktop.org/software/pulseaudio/releases/pulseaudio-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_DEPENDS="libltdl, libsndfile, libandroid-glob" TERMUX_PKG_BUILD_DEPENDS="libtool" TERMUX_PKG_INCLUDE_IN_DEVPACKAGE="share/vala" -TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-neon-opt --disable-alsa --disable-esound --disable-glib2 --disable-openssl --without-caps --with-database=simple" +TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-neon-opt --disable-alsa --disable-esound --disable-glib2 --disable-openssl --without-caps --with-database=simple --disable-memfd" TERMUX_PKG_CONFFILES="etc/pulse/client.conf etc/pulse/daemon.conf etc/pulse/dafault.pa etc/pulse/system.pa" termux_step_pre_configure () { -- 2.11.0