Opened 7 years ago

Closed 7 years ago

#9439 closed task (fixed)

systemd - configure options should be changed

Reported by: Munir Contractor Owned by: Douglas R. Reno
Priority: normal Milestone: 8.1
Component: BOOK Version: systemd
Severity: normal Keywords:
Cc:

Description

Currently, the configure options in the book are same as for LFS. For BLFS, the confiugration options should be:

./configure --prefix=/usr            \
            --sysconfdir=/etc        \
            --localstatedir=/var     \
            --with-rootprefix=       \
            --with-rootlibdir=/lib   \
            --enable-split-usr       \
            --disable-firstboot      \
            --disable-ldconfig       \
            --disable-sysusers       \
            --disable-manpages       \
            --with-default-dnssec=no \
            --docdir=/usr/share/doc/systemd-233

Currently, if the XSLTPROC variable is provided, systemd will try to rebuild manpages. The --disable-manpages prevents rebuilding of manpages and also prevents configure from looking for xsltproc. If xsltproc is available, the option should be removed. Also, by default, configure will detect xsltproc if available, so no need to specify it. Also, since Python 3.6 is recommended dependency, the --without-python should be removed.

Change History (3)

comment:1 by Douglas R. Reno, 7 years ago

Are you using our tarball or the tarball from upstream?

I'll investigate regarding the changes, but I feel that you're correct.

comment:2 by Douglas R. Reno, 7 years ago

Owner: changed from blfs-book@… to Douglas R. Reno
Status: newassigned

comment:3 by Douglas R. Reno, 7 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r18937

Note: See TracTickets for help on using tickets.