On Wed, Apr 06, 2016 at 12:51:06PM +0200, Ruediger Meier wrote: > configure --disable-uuidd disabled both the build of uuidd and also > disabled uuidd support of libuuid. Yes. > Now we build libuuid always with uuidd support. Not sure if I follow... we always build uuidd and uuidd support within libuuid except situation you specify --disable-uuidd. > +++ b/libuuid/src/gen_uuid.c > @@ -329,7 +329,7 @@ try_again: > return ret; > } > > -#if defined(HAVE_UUIDD) && defined(HAVE_SYS_UN_H) > +#ifdef HAVE_SYS_UN_H So you want uuidd stuff in libuuid although --disable-uuidd has been specified? Why? The --disable-uuidd is (or should be) pretty common for desktop-only distros. IMHO the current behaviour is correct. Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html