configs/imx6qsabresd: Add ext4 rootfs option
[buildroot-gz.git] / package / elfutils / 0004-disable-po.patch
blobc45c5804632bb0ddf63ca709fdc924fb27d780c3
1 Disable the build of the po/ directory
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.
8 Based on the former patch by Thomas Petazzoni.
10 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
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
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
23 EXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING \
24 COPYING COPYING-GPLV2 COPYING-LGPLV3