forked from pool/util-linux
7a5a401d6b
update to 2.21-rc2 OBS-URL: https://build.opensuse.org/request/show/106788 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=119
25 lines
742 B
Diff
25 lines
742 B
Diff
From d47835cdd49af3fa13015eefbf3422b2faee8439 Mon Sep 17 00:00:00 2001
|
|
From: Petr Uzel <petr.uzel@suse.cz>
|
|
Date: Tue, 21 Feb 2012 15:59:29 +0100
|
|
Subject: [PATCH] build-sys: fix building of wall
|
|
|
|
|
|
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
|
|
---
|
|
configure.ac | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
Index: util-linux-2.21-rc2/configure.ac
|
|
===================================================================
|
|
--- util-linux-2.21-rc2.orig/configure.ac
|
|
+++ util-linux-2.21-rc2/configure.ac
|
|
@@ -1035,7 +1035,7 @@ AC_ARG_ENABLE([wall],
|
|
AS_HELP_STRING([--disable-wall], [do not build wall]),
|
|
[], enable_wall=yes
|
|
)
|
|
-UL_BUILD_INIT([wasll])
|
|
+UL_BUILD_INIT([wall])
|
|
AM_CONDITIONAL(BUILD_WALL, test "x$build_wall" = xyes)
|
|
|
|
|