diff options
author | Marko Lindqvist <cazfi74@gmail.com> | 2013-01-08 09:16:44 +0200 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-01-09 16:40:37 -0800 |
commit | 753be4705f6790bb3fcd19dc58e0f650fecb3e7e (patch) | |
tree | fc5b6451fb606a4fb8612dd0ac2c1cee55e2c3bb /meta/recipes-multimedia/flac/flac-1.2.1 | |
parent | 861857cc3df0ad12172bb76b09769e43c95b73c6 (diff) | |
download | openembedded-core-753be4705f6790bb3fcd19dc58e0f650fecb3e7e.tar.gz openembedded-core-753be4705f6790bb3fcd19dc58e0f650fecb3e7e.tar.bz2 openembedded-core-753be4705f6790bb3fcd19dc58e0f650fecb3e7e.zip |
flac: replace obsolete automake macros with working ones
Add obsolete_automake_macros.patch that replaces automake macros
no longer supported by automake-1.13 with modern constructs.
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-multimedia/flac/flac-1.2.1')
-rw-r--r-- | meta/recipes-multimedia/flac/flac-1.2.1/obsolete_automake_macros.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/flac/flac-1.2.1/obsolete_automake_macros.patch b/meta/recipes-multimedia/flac/flac-1.2.1/obsolete_automake_macros.patch new file mode 100644 index 0000000000..aa060a465f --- /dev/null +++ b/meta/recipes-multimedia/flac/flac-1.2.1/obsolete_automake_macros.patch @@ -0,0 +1,14 @@ +Upstream-Status: Backport [https://sourceforge.net/p/flac/support-requests/146/] + +Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> +diff -Nurd flac-1.2.1/configure.in flac-1.2.1/configure.in +--- flac-1.2.1/configure.in 2007-09-13 18:48:42.000000000 +0300 ++++ flac-1.2.1/configure.in 2013-01-03 08:20:07.454704587 +0200 +@@ -44,7 +44,7 @@ + AC_CHECK_SIZEOF(void*,0) + + #@@@ new name is AC_CONFIG_HEADERS +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS(config.h) + + AC_C_BIGENDIAN |