shared-macros.mk: simplify java settings
[oi-userland.git] / components / developer / quilt / patches / 08-with-gtar.patch
bloba779b25c4f410d85ee3b312596883442c68a97a6
1 From: Dean Roehrich <Dean.Roehrich@sun.com>
2 Subject: [Quilt-dev] [patch] Use GNU tar, even on Solaris
3 Date: Wed, 05 Nov 2008 16:13:24 CST
4 To: quilt-dev@nongnu.org
6 This ensures that, no matter what the user's PATH may be, we always
7 use the GNU tar on Solaris.
9 Dean
12 Index: configure.ac
13 ===================================================================
14 --- configure.ac.orig 2008-11-05 20:32:35.587999000 -0600
15 +++ configure.ac 2008-11-05 20:32:37.206676000 -0600
16 @@ -379,6 +379,8 @@ else
17 HAVE_NLS=no
20 +QUILT_COMPAT_PROG_PATH(TAR, tar, [gtar tar])
22 USE_NLS=no
23 AC_ARG_ENABLE(nls, AC_HELP_STRING(
24 [--disable-nls], [exclude natural language support]),
25 Index: Makefile.in
26 ===================================================================
27 --- Makefile.in.orig 2019-04-15 09:13:24.209577168 +0200
28 +++ Makefile.in 2023-03-23 18:09:12.751195808 +0100
29 @@ -27,6 +27,7 @@
30 GREP := @GREP@
31 TAIL := @TAIL@
32 TR := @TR@
33 +TAR := @TAR@
34 STAT := @STAT@
35 SED := @SED@
36 AWK := @AWK@