]> git.pld-linux.org Git - packages/e2fsprogs.git/blob - e2fsprogs-gettext-external.patch
- added gettext-external patch (needed for compatibility with gettext 0.20)
[packages/e2fsprogs.git] / e2fsprogs-gettext-external.patch
1 --- e2fsprogs-1.45.3/configure.ac.orig  2019-07-16 18:18:01.489838520 +0200
2 +++ e2fsprogs-1.45.3/configure.ac       2019-07-16 18:55:50.620878916 +0200
3 @@ -872,7 +872,7 @@
4  AC_SUBST(PACKAGE)
5  AC_SUBST(VERSION)
6  
7 -AM_GNU_GETTEXT
8 +AM_GNU_GETTEXT([external])
9  dnl
10  dnl End of configuration options
11  dnl
12 @@ -1581,9 +1581,6 @@
13  if test -n "$CPPFLAGS" ; then
14         INCLUDES="$INCLUDES $CPPFLAGS"
15  fi
16 -if test "$USE_INCLUDED_LIBINTL" = "yes" ; then
17 -       INCLUDES=$INCLUDES' -I$(top_builddir)/intl -I$(top_srcdir)/intl'
18 -fi
19  if test -n "$WITH_DIET_LIBC" ; then
20         INCLUDES="$INCLUDES -D_REENTRANT"
21  fi
22 --- e2fsprogs-1.45.3/Makefile.in.orig   2019-07-15 03:03:14.000000000 +0200
23 +++ e2fsprogs-1.45.3/Makefile.in        2019-07-16 18:58:17.380083853 +0200
24 @@ -19,7 +19,7 @@
25  @ALL_CMT@EXT2FS_LIB_SUBDIR= lib/ext2fs
26  
27  LIB_SUBDIRS=lib/et lib/ss $(E2P_LIB_SUBDIR) $(UUID_LIB_SUBDIR) \
28 -       $(BLKID_LIB_SUBDIR) $(SUPPORT_LIB_SUBDIR) $(EXT2FS_LIB_SUBDIR) intl
29 +       $(BLKID_LIB_SUBDIR) $(SUPPORT_LIB_SUBDIR) $(EXT2FS_LIB_SUBDIR)
30  
31  PROG_SUBDIRS=e2fsck $(DEBUGFS_DIR) misc $(RESIZE_DIR) tests/progs po \
32         $(E2SCRUB_DIR)
This page took 0.070447 seconds and 3 git commands to generate.