I noticed when configuring systemd-236, there is now these two warnings:

 Message: WARNING:  The local user with the configured user name "nobody"
of the nobody user does not have UID 65534 (it has 99).  Your build will
result in an user table setup that is incompatible with the local system.

Message: WARNING:  The local group with the configured group name "nobody"
of the nobody group does not have UID 65534 (it has 99).  Your build will
result in an group table setup that is incompatible with the local system.

Next I notice the instructions don't really follow the standard formatting
of the other packages using meson, using '--prefix /usr' instead of
'--prefix=/usr' and not creating a build directory first.

Lastly, I don't think '-Dblkid=true' is needed, because it's enabled by
default if found.
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to