Ticket #2361: util-linux.patch
File util-linux.patch, 2.1 KB (added by , 16 years ago) |
---|
-
trunk/BOOK/chapter05/util-linux-ng.xml
50 50 <para>Only a few of the utilities contained in this package need to be 51 51 built:</para> 52 52 53 <screen><userinput remap="make">make BLKID_LIBS="-lblkid -luuid" -C mount mount umount 54 make -C text-utils more</userinput></screen> 53 <screen><userinput remap="make">make -C mount mount umount 54 make -C text-utils more 55 make -C disk-utils mkswap</userinput></screen> 55 56 56 <variablelist>57 <title>The meaning of the make parameter:</title>58 59 <varlistentry>60 <term><parameter>BLKID_LIBS="-lblkid -luuid"</parameter></term>61 <listitem>62 <para>When building only a subset of the package, the63 <filename class="libraryfile">libuuid.a</filename> library is not64 pulled into the build as it is supposed to. This command overrides65 the default from the <filename>Makefile</filename>.</para>66 </listitem>67 </varlistentry>68 69 </variablelist>70 71 57 <!-- Not sure why this is in there. There is no test suite. Though 72 58 running 'make check' may build these programs, there is no 73 59 testing done. … … 81 67 82 68 <para>Copy these programs to the temporary tools directory:</para> 83 69 84 <screen><userinput remap="install">cp -v mount/{,u}mount text-utils/more /tools/bin</userinput></screen>70 <screen><userinput remap="install">cp -v mount/{,u}mount text-utils/more disk-utils/mkswap /tools/bin</userinput></screen> 85 71 86 72 </sect2> 87 73 -
trunk/BOOK/appendices/dependencies.xml
354 354 <segtitle>&testsuites;</segtitle> 355 355 356 356 <seglistitem> 357 <seg>Diffutils </seg>357 <seg>Diffutils, Util-linux-ng</seg> 358 358 </seglistitem> 359 359 </segmentedlist> 360 360