The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / elfutils / 0004-disable-po.patch
1 Disable the build of the po/ directory
2
3 Building the po/ directory complains that the scripts in there have
4 been generated with gettext 0.17, while we use gettext 0.18 in
5 Buildroot. Since we don't care that much about po files anyway, just
6 disable the build of this directory.
7
8 Based on the former patch by Thomas Petazzoni.
9
10 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
12
13 diff -rup a/Makefile.am b/Makefile.am
14 --- a/Makefile.am       2014-11-07 15:14:39.018060884 +0000
15 +++ b/Makefile.am       2014-11-07 15:30:02.864918229 +0000
16 @@ -28,7 +28,7 @@ endif
17
18  # Add doc back when we have some real content.
19  SUBDIRS = config m4 lib libelf libebl libdwelf libdwfl libdw libcpu libasm \
20 -         backends $(PROGS_SUBDIR) po tests
21 +         backends $(PROGS_SUBDIR) tests
22
23  EXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING \
24              COPYING COPYING-GPLV2 COPYING-LGPLV3