Changeset a4d251f
- Timestamp:
- Jan 30, 2011, 1:26:37 PM (14 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- fff5cb5
- Parents:
- 2572b8e (diff), 27931b9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- BOOK
- Files:
-
- 3 added
- 20 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/appendices/dependencies/common.xml
r2572b8e ra4d251f 400 400 <seglistitem> 401 401 <seg>Bash, Binutils, Coreutils, EGLIBC, Gawk, GCC, Gettext, Grep, Gzip, 402 Make, Sed, Texinfo and Util-linux</seg>402 Make, Pkg-config, Sed, Texinfo and Util-linux</seg> 403 403 </seglistitem> 404 404 </segmentedlist> … … 1198 1198 </segmentedlist> 1199 1199 1200 <!-- Begin Pkg-config dependency info --> 1201 <bridgehead renderas="sect2" id="pkg-config-dep">Pkg-config</bridgehead> 1202 1203 <segmentedlist> 1204 <segtitle>&dependencies;</segtitle> 1205 1206 <seglistitem> 1207 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep, 1208 Make and Sed</seg> 1209 </seglistitem> 1210 </segmentedlist> 1211 1212 <segmentedlist> 1213 <segtitle>&testsuites;</segtitle> 1214 1215 <seglistitem> 1216 <seg>None</seg> 1217 </seglistitem> 1218 </segmentedlist> 1219 1220 <segmentedlist> 1221 <segtitle>&before;</segtitle> 1222 1223 <seglistitem> 1224 <seg>Util-linux, E2fsprogs</seg> 1225 </seglistitem> 1226 </segmentedlist> 1227 1200 1228 <!-- Begin Procps dependency info --> 1201 1229 <bridgehead renderas="sect2" id="procps-dep">Procps</bridgehead> … … 1512 1540 <seglistitem> 1513 1541 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, 1514 Make, Ncurses, Sed, Texinfo and Zlib</seg>1542 Make, Ncurses, Pkg-config, Sed, Texinfo and Zlib</seg> 1515 1543 </seglistitem> 1516 1544 </segmentedlist> -
BOOK/final-system/alpha-chapter.xml
r2572b8e ra4d251f 30 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/sed.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/ncurses.xml"/> 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkg-config.xml"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux.xml"/> 33 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/e2fsprogs.xml"/> -
BOOK/final-system/common/e2fsprogs.xml
r2572b8e ra4d251f 37 37 <para os="c">Prepare E2fsprogs for compilation:</para> 38 38 39 <screen os="d"><userinput> PKG_CONFIG=true../configure --prefix=/usr --with-root-prefix="" \39 <screen os="d"><userinput>../configure --prefix=/usr --with-root-prefix="" \ 40 40 --enable-elf-shlibs --disable-libblkid \ 41 41 --disable-libuuid --disable-fsck \ … … 71 71 <para os="f">Compile the package:</para> 72 72 73 <screen os="g"><userinput>make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" \ 74 LIBBLKID="-lblkid" STATIC_LIBBLKID="-lblkid"</userinput></screen> 73 <screen os="g"><userinput>make</userinput></screen> 75 74 76 75 <para os="h">To test the results, issue: -
BOOK/final-system/mips-chapter.xml
r2572b8e ra4d251f 30 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/sed.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/ncurses.xml"/> 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkg-config.xml"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux.xml"/> 33 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/e2fsprogs.xml"/> -
BOOK/final-system/mips64-64-chapter.xml
r2572b8e ra4d251f 30 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/sed.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/ncurses.xml"/> 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkg-config.xml"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux.xml"/> 33 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/e2fsprogs.xml"/> -
BOOK/final-system/mips64-chapter.xml
r2572b8e ra4d251f 45 45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/ncurses-n32.xml"/> 46 46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/ncurses-64bit.xml"/> 47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/pkg-config.xml"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/util-linux.xml"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/util-linux-n32.xml"/> -
BOOK/final-system/multilib/e2fsprogs-64bit.xml
r2572b8e ra4d251f 39 39 xpointer="xpointer(//*[@os='c'])"/> 40 40 41 <screen os="d"><userinput>CC="gcc ${BUILD64}" PKG_CONFIG =true\42 41 <screen os="d"><userinput>CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ 42 ../configure --prefix=/usr --with-root-prefix="" \ 43 43 --enable-elf-shlibs --disable-libblkid \ 44 44 --disable-libuuid --disable-fsck \ -
BOOK/final-system/multilib/e2fsprogs-n32.xml
r2572b8e ra4d251f 40 40 xpointer="xpointer(//*[@os='c'])"/> 41 41 42 <screen os="d"><userinput>CC="gcc ${BUILDN32}" PKG_CONFIG =true\43 42 <screen os="d"><userinput>CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ 43 ../configure --prefix=/usr --with-root-prefix="" \ 44 44 --enable-elf-shlibs --disable-libblkid \ 45 45 --disable-libuuid --disable-fsck \ -
BOOK/final-system/multilib/e2fsprogs.xml
r2572b8e ra4d251f 35 35 xpointer="xpointer(//*[@os='c'])"/> 36 36 37 <screen os="d"><userinput>CC="gcc ${BUILD32}" PKG_CONFIG =true\38 37 <screen os="d"><userinput>CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ 38 ../configure --prefix=/usr --with-root-prefix="" \ 39 39 --enable-elf-shlibs --disable-libblkid \ 40 40 --disable-libuuid --disable-fsck \ -
BOOK/final-system/ppc-chapter.xml
r2572b8e ra4d251f 30 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/sed.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/ncurses.xml"/> 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkg-config.xml"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux.xml"/> 33 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/e2fsprogs.xml"/> -
BOOK/final-system/ppc64-chapter.xml
r2572b8e ra4d251f 39 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/ncurses.xml"/> 40 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/ncurses-64bit.xml"/> 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/pkg-config.xml"/> 41 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/util-linux.xml"/> 42 43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/util-linux-64bit.xml"/> -
BOOK/final-system/sparc-chapter.xml
r2572b8e ra4d251f 30 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/sed.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/ncurses.xml"/> 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkg-config.xml"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux.xml"/> 33 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/e2fsprogs.xml"/> -
BOOK/final-system/sparc64-64-chapter.xml
r2572b8e ra4d251f 30 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/sed.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/ncurses.xml"/> 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkg-config.xml"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux.xml"/> 33 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/e2fsprogs.xml"/> -
BOOK/final-system/sparc64-chapter.xml
r2572b8e ra4d251f 39 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/ncurses.xml"/> 40 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/ncurses-64bit.xml"/> 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/pkg-config.xml"/> 41 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/util-linux.xml"/> 42 43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/util-linux-64bit.xml"/> -
BOOK/final-system/x86-chapter.xml
r2572b8e ra4d251f 30 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/sed.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/ncurses.xml"/> 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkg-config.xml"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux.xml"/> 33 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/e2fsprogs.xml"/> -
BOOK/final-system/x86_64-64-chapter.xml
r2572b8e ra4d251f 30 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/sed.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/ncurses.xml"/> 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkg-config.xml"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux.xml"/> 33 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/e2fsprogs.xml"/> -
BOOK/final-system/x86_64-chapter.xml
r2572b8e ra4d251f 39 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/ncurses.xml"/> 40 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/ncurses-64bit.xml"/> 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/pkg-config.xml"/> 41 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/util-linux.xml"/> 42 43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/util-linux-64bit.xml"/> -
BOOK/introduction/common/changelog.xml
r2572b8e ra4d251f 40 40 <para>January 30, 2011</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Add Pkg-config 0.25.</para> 44 </listitem> 42 45 <listitem> 43 46 <para>[jciccone] - Patch procps so that ps supports process control -
BOOK/materials/common/packages.xml
r2572b8e ra4d251f 403 403 404 404 <varlistentry> 405 <term>Pkg-config (&pkg-config-version;) - <token>&pkg-config-size;</token>:</term> 406 <listitem> 407 <para>Home page: <ulink url="&pkg-config-home;"/></para> 408 <para>Download: <ulink url="&pkg-config-url;"/></para> 409 <para>MD5 sum: <literal>&pkg-config-md5;</literal></para> 410 </listitem> 411 </varlistentry> 412 413 <varlistentry> 405 414 <term>PPL (&ppl-version;) - <token>&ppl-size;</token>:</term> 406 415 <listitem> -
BOOK/packages.ent
r2572b8e ra4d251f 322 322 <!ENTITY perl-home "http://www.perl.org"> 323 323 324 <!ENTITY pkg-config-version "0.25"> 325 <!ENTITY pkg-config-size "968 KB"> 326 <!ENTITY pkg-config-url "http://pkgconfig.freedesktop.org/releases/pkg-config-&pkg-config-version;.tar.gz"> 327 <!ENTITY pkg-config-md5 "a3270bab3f4b69b7dc6dbdacbcae9745"> 328 <!ENTITY pkg-config-home "http://pkgconfig.freedesktop.org/wiki/"> 329 324 330 <!ENTITY powerpcutils-version "1.1.3"> 325 331 <!ENTITY powerpcutils-size "24 KB">
Note:
See TracChangeset
for help on using the changeset viewer.