Util-Linux package development
 help / color / mirror / Atom feed
* [PATCH] build: uuidd requires linux now, uses signalfd
@ 2016-03-13 17:56 Andreas Henriksson
  2016-03-13 20:45 ` Ruediger Meier
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Henriksson @ 2016-03-13 17:56 UTC (permalink / raw)
  To: util-linux; +Cc: Andreas Henriksson

Specify that uuidd can only be built on Linux now since
commit 25d66b4e3232d7b "uuidd: use signalfd() and setup_timer()"

Signed-off-by: Andreas Henriksson <andreas@fatal.se>
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 8d808b7..e5ee3fb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1079,6 +1079,7 @@ AC_ARG_ENABLE([uuidd],
   [], [UL_DEFAULT_ENABLE([uuidd], [check])]
 )
 UL_BUILD_INIT([uuidd])
+UL_REQUIRES_LINUX([uuidd])
 UL_REQUIRES_BUILD([uuidd], [libuuid])
 AS_IF([test "x$build_uuidd" = xyes], [
   AC_DEFINE([HAVE_UUIDD], [1], [Define to 1 if you want to use uuid daemon.])
-- 
2.1.4


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

end of thread, other threads:[~2016-03-14 11:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-13 17:56 [PATCH] build: uuidd requires linux now, uses signalfd Andreas Henriksson
2016-03-13 20:45 ` Ruediger Meier
2016-03-14  6:42   ` Andreas Henriksson
2016-03-14 11:38     ` Ruediger Meier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox