diff options
author | David P <megver83@parabola.nu> | 2018-05-11 14:50:28 -0300 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2018-05-11 14:50:28 -0300 |
commit | 450757f3815d6c6d79f1e72d8a160a7d9b0ddbe0 (patch) | |
tree | 8f87f8917e049f7a7957e48e93f6eb91ada09fe8 /nonsystemd-multilib | |
parent | 565df6cae9467dfb711586b71e0fab94cede2e53 (diff) | |
download | abslibre-450757f3815d6c6d79f1e72d8a160a7d9b0ddbe0.tar.gz abslibre-450757f3815d6c6d79f1e72d8a160a7d9b0ddbe0.tar.bz2 abslibre-450757f3815d6c6d79f1e72d8a160a7d9b0ddbe0.zip |
nonsystemd-multilib/lib32-libpulse: add more options to ./configure at build()
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'nonsystemd-multilib')
-rw-r--r-- | nonsystemd-multilib/lib32-libpulse/PKGBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nonsystemd-multilib/lib32-libpulse/PKGBUILD b/nonsystemd-multilib/lib32-libpulse/PKGBUILD index 1aa3d8646..14e7c78c2 100644 --- a/nonsystemd-multilib/lib32-libpulse/PKGBUILD +++ b/nonsystemd-multilib/lib32-libpulse/PKGBUILD @@ -61,7 +61,10 @@ build() { --disable-rpath \ --disable-default-build-tests \ --with-systemduserunitdir=no \ - --enable-systemd-login=no \ + --disable-systemd-daemon \ + --disable-systemd-login \ + --disable-systemd-journal \ + --disable-memfd DATADIRNAME=share # fight unused direct deps |