|
@@ -42,9 +42,10 @@
|
|
|
|
|
|
<para>Prepare Util-linux for compilation:</para>
|
|
|
|
|
|
-<screen><userinput remap="configure">./configure --prefix=/tools \
|
|
|
- --disable-makeinstall-chown \
|
|
|
- --without-systemdsystemunitdir</userinput></screen>
|
|
|
+<screen><userinput remap="configure">./configure --prefix=/tools \
|
|
|
+ --disable-makeinstall-chown \
|
|
|
+ --without-systemdsystemunitdir \
|
|
|
+ PKG_CONFIG=""</userinput></screen>
|
|
|
|
|
|
<variablelist>
|
|
|
<title>The meaning of the configure option:</title>
|
|
@@ -67,6 +68,14 @@
|
|
|
This switch disables the unnecessary action.</para>
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
+
|
|
|
+ <varlistentry>
|
|
|
+ <term><envar>PKG_CONFIG=""</envar></term>
|
|
|
+ <listitem>
|
|
|
+ <para>Setting this envronment variable prevents adding unneeded
|
|
|
+ features that may be available on the host.</para>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
</variablelist>
|
|
|
|
|
|
<para>Compile the package:</para>
|