diff mbox

vlc: add a patch to remove autoreconf warnings

Message ID 1393457442-26456-1-git-send-email-arnout@mind.be
State Accepted
Commit 132cf723ec05041dca60d09ef92d47193c8bd8e7
Headers show

Commit Message

Arnout Vandecappelle Feb. 26, 2014, 11:30 p.m. UTC
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
 ...c-0003-automake-add-subdir-objects-option.patch | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 package/vlc/vlc-0003-automake-add-subdir-objects-option.patch

Comments

Simon Dawson Feb. 27, 2014, 8:24 a.m. UTC | #1
On 26 February 2014 23:30, Arnout Vandecappelle (Essensium/Mind)
<arnout@mind.be> wrote:
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> ---
>  ...c-0003-automake-add-subdir-objects-option.patch | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
>  create mode 100644 package/vlc/vlc-0003-automake-add-subdir-objects-option.patch
>
> diff --git a/package/vlc/vlc-0003-automake-add-subdir-objects-option.patch b/package/vlc/vlc-0003-automake-add-subdir-objects-option.patch
> new file mode 100644
> index 0000000..cea6a38
> --- /dev/null
> +++ b/package/vlc/vlc-0003-automake-add-subdir-objects-option.patch
> @@ -0,0 +1,22 @@
> +automake: add subdir-objects option
> +
> +Our version of automake warns if this option is enabled and source files
> +in subdirectories are used.
> +
> +It doesn't really seems to have a noticable effect on the build, but it
> +does remove a lot of annoying warnings.
> +
> +Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> +
> +diff -Nrup vlc-2.1.2.orig/configure.ac vlc-2.1.2/configure.ac
> +--- vlc-2.1.2.orig/configure.ac        2014-02-27 00:22:19.512944952 +0100
> ++++ vlc-2.1.2/configure.ac     2014-02-27 00:24:21.360940651 +0100
> +@@ -24,7 +24,7 @@ AC_CANONICAL_BUILD
> + AC_CANONICAL_HOST
> + AC_PRESERVE_HELP_ORDER
> +
> +-AM_INIT_AUTOMAKE(tar-ustar color-tests foreign)
> ++AM_INIT_AUTOMAKE(tar-ustar color-tests foreign subdir-objects)
> + AC_CONFIG_HEADERS([config.h])
> +
> + # Disable with "./configure --disable-silent-rules" or "make V=1"
> --
> 1.9.0

Acked-by: Simon Dawson <spdawson@gmail.com>
Tested-by: Simon Dawson <spdawson@gmail.com>
Peter Korsgaard Feb. 27, 2014, 2:40 p.m. UTC | #2
>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:

 > Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

Committed, thanks.
diff mbox

Patch

diff --git a/package/vlc/vlc-0003-automake-add-subdir-objects-option.patch b/package/vlc/vlc-0003-automake-add-subdir-objects-option.patch
new file mode 100644
index 0000000..cea6a38
--- /dev/null
+++ b/package/vlc/vlc-0003-automake-add-subdir-objects-option.patch
@@ -0,0 +1,22 @@ 
+automake: add subdir-objects option
+
+Our version of automake warns if this option is enabled and source files
+in subdirectories are used.
+
+It doesn't really seems to have a noticable effect on the build, but it
+does remove a lot of annoying warnings.
+
+Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
+
+diff -Nrup vlc-2.1.2.orig/configure.ac vlc-2.1.2/configure.ac
+--- vlc-2.1.2.orig/configure.ac	2014-02-27 00:22:19.512944952 +0100
++++ vlc-2.1.2/configure.ac	2014-02-27 00:24:21.360940651 +0100
+@@ -24,7 +24,7 @@ AC_CANONICAL_BUILD
+ AC_CANONICAL_HOST
+ AC_PRESERVE_HELP_ORDER
+ 
+-AM_INIT_AUTOMAKE(tar-ustar color-tests foreign)
++AM_INIT_AUTOMAKE(tar-ustar color-tests foreign subdir-objects)
+ AC_CONFIG_HEADERS([config.h])
+ 
+ # Disable with "./configure --disable-silent-rules" or "make V=1"