diff options
author | Mark H Weaver <mhw@netris.org> | 2018-03-24 22:49:37 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-03-25 05:01:47 -0400 |
commit | d624eaaa3790a922480b4b47cde9740d7c7a0416 (patch) | |
tree | 31aed3c5b258abf632a3cbbb2456a44b852714b3 /gnu/local.mk | |
parent | fa6b87f1fc07b2245cf44f54b3b39dc62e9e4221 (diff) | |
download | patches-d624eaaa3790a922480b4b47cde9740d7c7a0416.tar patches-d624eaaa3790a922480b4b47cde9740d7c7a0416.tar.gz |
gnu: pulseaudio: Fix build with glibc-2.27.
* gnu/packages/patches/pulseaudio-glibc-2.27.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/pulseaudio.scm (pulseaudio)[source]: Add the patch.
[arguments]: Replace 'bootstrap' phase.
[native-inputs]: Add autoconf, automake, and libtool.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 678a0f0d74..df7c95f978 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1002,6 +1002,7 @@ dist_patch_DATA = \ %D%/packages/patches/psm-ldflags.patch \ %D%/packages/patches/psm-repro.patch \ %D%/packages/patches/pt-scotch-build-parallelism.patch \ + %D%/packages/patches/pulseaudio-glibc-2.27.patch \ %D%/packages/patches/pulseaudio-fix-mult-test.patch \ %D%/packages/patches/pulseaudio-longer-test-timeout.patch \ %D%/packages/patches/pycairo-wscript.patch \ |