|
@@ -43,29 +43,35 @@
|
|
|
<para>Create a symlink to work around missing xsltproc:</para>
|
|
|
|
|
|
<screen><userinput remap="pre">ln -s /tools/bin/true /usr/bin/xsltproc</userinput></screen>
|
|
|
+ <para>Set up the man pages:</para>
|
|
|
+
|
|
|
+<screen><userinput remap="pre">tar -xf ../systemd-man-pages-235.tar.xz</userinput></screen>
|
|
|
|
|
|
<para>Prepare systemd for compilation:</para>
|
|
|
|
|
|
- <screen><userinput remap="configure">
|
|
|
-LANG=en_US.UTF-8 meson --prefix=/usr \
|
|
|
- --sysconfdir /etc \
|
|
|
- --localstatedir /var \
|
|
|
- -Dblkid=true \
|
|
|
- -Dbuildtype=release \
|
|
|
- -Ddefault-dnssec=no \
|
|
|
- -Dfirstboot=false \
|
|
|
- -Dkill-path=/bin/kill \
|
|
|
- -Dkmod-path=/bin/kmod \
|
|
|
- -Dldconfig=false \
|
|
|
- -Dmount-path=/bin/mount \
|
|
|
- -Drootprefix= \
|
|
|
- -Drootlibdir=/lib \
|
|
|
- -Dsplit-usr=true \
|
|
|
- -Dsulogin-path=/sbin/sulogin \
|
|
|
- -Dsysusers=false \
|
|
|
- -Dumount-path=/bin/umount \
|
|
|
- -Db_lto=false \
|
|
|
- $PWD build</userinput></screen>
|
|
|
+ <screen><userinput remap="configure">mkdir build
|
|
|
+cd build
|
|
|
+
|
|
|
+LANG=en_US.UTF-8 \
|
|
|
+meson --prefix=/usr \
|
|
|
+ --sysconfdir=/etc \
|
|
|
+ --localstatedir=/var \
|
|
|
+ -Dblkid=true \
|
|
|
+ -Dbuildtype=release \
|
|
|
+ -Ddefault-dnssec=no \
|
|
|
+ -Dfirstboot=false \
|
|
|
+ -Dkill-path=/bin/kill \
|
|
|
+ -Dkmod-path=/bin/kmod \
|
|
|
+ -Dldconfig=false \
|
|
|
+ -Dmount-path=/bin/mount \
|
|
|
+ -Drootprefix= \
|
|
|
+ -Drootlibdir=/lib \
|
|
|
+ -Dsplit-usr=true \
|
|
|
+ -Dsulogin-path=/sbin/sulogin \
|
|
|
+ -Dsysusers=false \
|
|
|
+ -Dumount-path=/bin/umount \
|
|
|
+ -Db_lto=false \
|
|
|
+ ..</userinput></screen>
|
|
|
|
|
|
<variablelist>
|
|
|
<title>The meaning of the meson options:</title>
|
|
@@ -141,9 +147,7 @@ LANG=en_US.UTF-8 meson --prefix=/usr \
|
|
|
|
|
|
<para>Compile the package:</para>
|
|
|
|
|
|
-<screen><userinput remap="make">tar -xf ../systemd-man-pages-&systemd-version;.tar.xz
|
|
|
-cd build
|
|
|
-LANG=en_US.UTF-8 ninja</userinput></screen>
|
|
|
+<screen><userinput remap="make">LANG=en_US.UTF-8 ninja</userinput></screen>
|
|
|
<!--
|
|
|
<para>To test the package, execute the following command:</para>
|
|
|
|