All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] build-sys: disable tailf by default
@ 2016-12-05 13:24 Ruediger Meier
  2016-12-07 11:45 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Ruediger Meier @ 2016-12-05 13:24 UTC (permalink / raw)
  To: util-linux

From: Ruediger Meier <ruediger.meier@ga-group.nl>

It's deprecated since 3f8478a7, so we shouldn't build it by default.

Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
---
 configure.ac | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index dddc6a9..4f7eda3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1587,7 +1587,11 @@ AM_CONDITIONAL([BUILD_HEXDUMP], [test "x$build_hexdump" = xyes])
 UL_BUILD_INIT([rev], [yes])
 AM_CONDITIONAL([BUILD_REV], [test "x$build_rev" = xyes])
 
-UL_BUILD_INIT([tailf], [yes])
+AC_ARG_ENABLE([tailf],
+  AS_HELP_STRING([--enable-tailf], [build tailf (deprecated)]),
+  [], [UL_DEFAULT_ENABLE([tailf], [no])]
+)
+UL_BUILD_INIT([tailf])
 AM_CONDITIONAL([BUILD_TAILF], [test "x$build_tailf" = xyes])
 
 
-- 
1.8.5.6


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] build-sys: disable tailf by default
  2016-12-05 13:24 [PATCH] build-sys: disable tailf by default Ruediger Meier
@ 2016-12-07 11:45 ` Karel Zak
  0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2016-12-07 11:45 UTC (permalink / raw)
  To: Ruediger Meier; +Cc: util-linux

On Mon, Dec 05, 2016 at 02:24:55PM +0100, Ruediger Meier wrote:
>  configure.ac | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)

Applied, thanks.

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-07 11:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-05 13:24 [PATCH] build-sys: disable tailf by default Ruediger Meier
2016-12-07 11:45 ` Karel Zak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.