diff options
Diffstat (limited to 'meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.21/configure_silent_rules.patch')
| -rw-r--r-- | meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.21/configure_silent_rules.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.21/configure_silent_rules.patch b/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.21/configure_silent_rules.patch new file mode 100644 index 0000000000..fd5abd5225 --- /dev/null +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.21/configure_silent_rules.patch | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | Derived from OE by Dongxiao Xu <dongxiao.xu@intel.com> | ||
| 2 | |||
| 3 | Index: pulseaudio-0.9.19/configure.ac | ||
| 4 | =================================================================== | ||
| 5 | --- pulseaudio-0.9.19.orig/configure.ac 2009-10-31 11:40:00.000000000 +0000 | ||
| 6 | +++ pulseaudio-0.9.19/configure.ac 2009-10-31 11:50:35.000000000 +0000 | ||
| 7 | @@ -27,12 +27,13 @@ | ||
| 8 | AC_CONFIG_SRCDIR([src/daemon/main.c]) | ||
| 9 | AC_CONFIG_MACRO_DIR([m4]) | ||
| 10 | AC_CONFIG_HEADERS([config.h]) | ||
| 11 | -AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax]) | ||
| 12 | +AM_INIT_AUTOMAKE([foreign 1.10 -Wall -Wno-portability tar-pax]) | ||
| 13 | |||
| 14 | m4_define(pa_major, `echo $VERSION | cut -d. -f1 | cut -d- -f1`) | ||
| 15 | m4_define(pa_minor, `echo $VERSION | cut -d. -f2 | cut -d- -f1`) | ||
| 16 | m4_define(pa_micro, `echo $VERSION | cut -d. -f3 | cut -d- -f1`) | ||
| 17 | |||
| 18 | + | ||
| 19 | AC_SUBST(PA_MAJOR, pa_major) | ||
| 20 | AC_SUBST(PA_MINOR, pa_minor) | ||
| 21 | AC_SUBST(PA_MICRO, pa_micro) | ||
| 22 | @@ -80,7 +81,8 @@ | ||
| 23 | ;; | ||
| 24 | esac | ||
| 25 | |||
| 26 | -AM_SILENT_RULES([yes]) | ||
| 27 | +# only use if available | ||
| 28 | +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | ||
| 29 | |||
| 30 | #### Checks for programs. #### | ||
| 31 | |||
