elfutils-05-disable-po.patch 778 B

12345678910111213141516171819202122
  1. Disable the build of the po/ directory
  2. Building the po/ directory complains that the scripts in there have
  3. been generated with gettext 0.17, while we use gettext 0.18 in
  4. Buildroot. Since we don't care that much about po files anyway, just
  5. disable the build of this directory.
  6. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  7. Index: b/Makefile.am
  8. ===================================================================
  9. --- a/Makefile.am
  10. +++ b/Makefile.am
  11. @@ -28,7 +28,7 @@
  12. # Add doc back when we have some real content.
  13. SUBDIRS = config m4 lib libelf libebl libdwfl libdw libcpu libasm backends \
  14. - $(PROGS_SUBDIR) po tests
  15. + $(PROGS_SUBDIR) tests
  16. EXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING \
  17. COPYING COPYING-GPLV2 COPYING-LGPLV3