025-Don-t-build-po.patch 877 B

1234567891011121314151617181920212223242526272829
  1. From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
  2. Date: Wed, 6 May 2020 22:51:26 +0200
  3. Subject: [PATCH] Don't build po
  4. MIME-Version: 1.0
  5. Content-Type: text/plain; charset=UTF-8
  6. Content-Transfer-Encoding: 8bit
  7. This is needed to fix:
  8. *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.17 but the autoconf macros are from gettext version 0.18
  9. Using PKG_FIXUP:=autoreconf doesn't regenrate Makefile.in.in so it
  10. results in GETTEXT_MACRO_VERSION mismatch. The same problem affected
  11. minidlna: 90d3ef2f7633 ("minidlna: exclude "po" directory to fix
  12. CONFIG_BUILD_NLS=y builds").
  13. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
  14. ---
  15. --- a/Makefile.am
  16. +++ b/Makefile.am
  17. @@ -33,7 +33,7 @@ else
  18. lang_subdirs =
  19. endif
  20. -SUBDIRS = m4 src tests po $(lang_subdirs)
  21. +SUBDIRS = m4 src tests $(lang_subdirs)
  22. dist-hook: gen-ChangeLog