Fix for file injection is broken on centos computes with Cirros images LP #1587960
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / vlc / 0003-automake-add-subdir-objects-option.patch
1 automake: add subdir-objects option
2
3 Our version of automake warns if this option is enabled and source files
4 in subdirectories are used.
5
6 It doesn't really seems to have a noticable effect on the build, but it
7 does remove a lot of annoying warnings.
8
9 Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
10
11 diff -Nrup vlc-2.1.2.orig/configure.ac vlc-2.1.2/configure.ac
12 --- vlc-2.1.2.orig/configure.ac 2014-02-27 00:22:19.512944952 +0100
13 +++ vlc-2.1.2/configure.ac      2014-02-27 00:24:21.360940651 +0100
14 @@ -24,7 +24,7 @@ AC_CANONICAL_BUILD
15  AC_CANONICAL_HOST
16  AC_PRESERVE_HELP_ORDER
17  
18 -AM_INIT_AUTOMAKE(tar-ustar color-tests foreign)
19 +AM_INIT_AUTOMAKE(tar-ustar color-tests foreign subdir-objects)
20  AC_CONFIG_HEADERS([config.h])
21  
22  # Disable with "./configure --disable-silent-rules" or "make V=1"