e2fsprogs/e2fsprogs-1.45.2-gettext.patch
Dirk Mueller 3ad25375a6 Accepting request 718436 from home:1Antoine1:branches:filesystems
- Fix build with gettext 0.20:
  * Add e2fsprogs-1.43-gettext.patch.
  * Exclude in-sources intl/ directory from build.
- Fix install_info_delete usage: It must be called in preun.

OBS-URL: https://build.opensuse.org/request/show/718436
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=116
2019-07-25 17:08:11 +00:00

21 lines
542 B
Diff

Support gettext >= 0.20, which now forbids AM_GNU_GETTEXT without
intlsymbol argument.
[no-libtool] was the default choice (use of intl/ in-package
directory).
Now only [external] is supported (use libintl library).
--
diff -up e2fsprogs-1.45.2/configure.ac.orig e2fsprogs-1.45.2/configure.ac
--- e2fsprogs-1.45.2/configure.ac.orig
+++ e2fsprogs-1.45.2/configure.ac
@@ -873,7 +873,7 @@ AC_SUBST(GETTEXT_PACKAGE)
AC_SUBST(PACKAGE)
AC_SUBST(VERSION)
-AM_GNU_GETTEXT
+AM_GNU_GETTEXT([external])
dnl
dnl End of configuration options
dnl