diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-04 12:32:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-13 21:59:33 +0200 |
commit | 05a33cef50c5921fc6d3498d3b8aea8dae9d107d (patch) | |
tree | 42884ba4706d8fd12ca0f3f7189132c2927cc9e8 /package/pulseaudio/patches/patch-Makefile_am.orig | |
parent | 087940911a68889c21c55a4981cac862b8a95b63 (diff) |
we need libtool-host for pulseaudio to avoid relinking, which fails on uClibc-ng builds
Diffstat (limited to 'package/pulseaudio/patches/patch-Makefile_am.orig')
-rw-r--r-- | package/pulseaudio/patches/patch-Makefile_am.orig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/pulseaudio/patches/patch-Makefile_am.orig b/package/pulseaudio/patches/patch-Makefile_am.orig new file mode 100644 index 000000000..b79da37a5 --- /dev/null +++ b/package/pulseaudio/patches/patch-Makefile_am.orig @@ -0,0 +1,11 @@ +--- pulseaudio-6.0.orig/Makefile.am 2015-02-12 15:10:35.000000000 +0100 ++++ pulseaudio-6.0/Makefile.am 2015-06-04 12:07:44.000000000 +0200 +@@ -37,7 +37,7 @@ EXTRA_DIST = \ + src/daemon/.gitignore \ + src/pulse/.gitignore + +-SUBDIRS = src doxygen man po ++SUBDIRS = src doxygen man + + MAINTAINERCLEANFILES = + noinst_DATA = |