Ignore:
Timestamp:
Dec 18, 2013, 1:04:00 AM (11 years ago)
Author:
Chris Staub <chris@…>
Children:
f975b3a
Parents:
1c9985f (diff), 8abef998 (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.
Message:

Updated simp branch to match main book

File:
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/pkg-config-lite.xml

    r1c9985f r026bb5d  
    66]>
    77
    8 <sect1 id="ch-system-pkg-config" role="wrap">
    9   <?dbhtml filename="pkg-config.html"?>
     8<sect1 id="ch-system-pkg-config-lite" role="wrap">
     9  <?dbhtml filename="pkg-config-lite.html"?>
    1010
    11   <title>Pkg-config-&pkg-config-version;</title>
     11  <title>Pkg-config-lite-&pkg-config-lite-version;</title>
    1212
    13   <indexterm zone="ch-system-pkg-config">
    14     <primary sortas="a-Pkg-config">Pkg-config</primary>
     13  <indexterm zone="ch-system-pkg-config-lite">
     14    <primary sortas="a-Pkg-config-lite">Pkg-config-lite</primary>
    1515  </indexterm>
    1616
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    18   href="../common/pkg-config.xml"
     18  href="../common/pkg-config-lite.xml"
    1919  xpointer="xpointer(//*[@role='package'])"/>
    2020
    2121  <sect2 role="installation">
    22     <title>Installation of Pkg-config</title>
     22    <title>Installation of Pkg-config-lite</title>
    2323
    2424    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    25     href="../common/pkg-config.xml"
     25    href="../common/pkg-config-lite.xml"
    2626    xpointer="xpointer(//*[@os='a'])"/>
    2727
    28 <screen os="b"><userinput>GLIB_CFLAGS="-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include" \
    29   GLIB_LIBS="-lglib-2.0" \
    30   CC="gcc ${BUILD64}" \
    31   ./configure --prefix=/usr \
    32     --with-pc-path=/usr/share/pkgconfig </userinput></screen>
    33 
    34     <variablelist os="bb">
    35       <title>The meaning of the new configure option:</title>
    36 
    37       <varlistentry>
    38         <term><parameter>GLIB_CFLAGS="-I/usr/include/glib-2.0 -I/usr/libi64/glib-2.0/include"</parameter></term>
    39         <term><parameter>GLIB_LIBS="-lglib-2.0"</parameter></term>
    40         <listitem>
    41           <para>Pkg-config no longer comes with Glib and because Pkg-config
    42         has not been installed itself it needs to be told where Glib is.</para>
    43         </listitem>
    44       </varlistentry>
    45     </variablelist>
    46 
     28<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
     29    --with-pc-path=/usr/share/pkgconfig</userinput></screen>
    4730
    4831    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    49     href="../common/pkg-config.xml"
     32    href="../common/pkg-config-lite.xml"
    5033    xpointer="xpointer(//*[@os='c'])"/>
    5134
    5235    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    53     href="../common/pkg-config.xml"
     36    href="../common/pkg-config-lite.xml"
    5437    xpointer="xpointer(//*[@os='d'])"/>
    5538
    5639    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    57     href="../common/pkg-config.xml"
     40    href="../common/pkg-config-lite.xml"
    5841    xpointer="xpointer(//*[@os='e'])"/>
    5942
    6043    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    61     href="../common/pkg-config.xml"
     44    href="../common/pkg-config-lite.xml"
     45    xpointer="xpointer(//*[@os='e2'])"/>
     46
     47    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     48    href="../common/pkg-config-lite.xml"
    6249    xpointer="xpointer(//*[@os='f'])"/>
    6350
    6451    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    65     href="../common/pkg-config.xml"
     52    href="../common/pkg-config-lite.xml"
    6653    xpointer="xpointer(//*[@os='g'])"/>
    6754
     
    7663    future.</para>
    7764
    78 <screen os="m4"><userinput>cat &gt;&gt; ${CLFS}/root/.bash_profile &lt;&lt; EOF
     65<screen os="m4"><userinput>cat &gt;&gt; /root/.bash_profile &lt;&lt; EOF
    7966export PKG_CONFIG_PATH32="${PKG_CONFIG_PATH32}"
    8067export PKG_CONFIG_PATH64="${PKG_CONFIG_PATH64}"
     
    8471
    8572  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    86   href="../common/pkg-config.xml"
    87   xpointer="xpointer(id('contents-pkg-config'))"/>
     73  href="../common/pkg-config-lite.xml"
     74  xpointer="xpointer(id('contents-pkg-config-lite'))"/>
    8875
    8976</sect1>
Note: See TracChangeset for help on using the changeset viewer.