Changeset 80244da


Ignore:
Timestamp:
Aug 6, 2012, 3:34:13 PM (12 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ec40e5f
Parents:
a518847
Message:

Adjust final system xz install command for proper installation of the lzma pkgconfig file.

Location:
BOOK
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/xz.xml

    ra518847 r80244da  
    4242    <para os="f">Install the programs:</para>
    4343
    44 <screen os="g"><userinput>make install</userinput></screen>
     44<screen os="g"><userinput>make pkgconfigdir=/usr/lib/pkgconfig install</userinput></screen>
    4545
    4646    <para os="h">Move the <filename>xz</filename> binary, and several symlinks
  • BOOK/final-system/multilib/xz-64bit.xml

    ra518847 r80244da  
    4444    xpointer="xpointer(//*[@os='f'])"/>
    4545
    46     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    47     href="xz.xml"
    48     xpointer="xpointer(//*[@os='g'])"/>
     46<screen os="g"><userinput>make pkgconfigdir=/usr/lib64/pkgconfig install</userinput></screen>
    4947
    5048    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/final-system/multilib/xz-n32.xml

    ra518847 r80244da  
    4545    xpointer="xpointer(//*[@os='f'])"/>
    4646
    47     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    48     href="xz.xml"
    49     xpointer="xpointer(//*[@os='g'])"/>
     47<screen os="g"><userinput>make pkgconfigdir=/usr/lib32/pkgconfig install</userinput></screen>
    5048
    5149    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/general.ent

    ra518847 r80244da  
    33<!ENTITY month "08"> <!-- Use two digits -->
    44<!ENTITY month_name "August">
    5 <!ENTITY day "02"> <!-- Use two digits -->
     5<!ENTITY day "06"> <!-- Use two digits -->
    66<!ENTITY year "2012"> <!-- Use four digits -->
    77
  • BOOK/introduction/common/changelog.xml

    ra518847 r80244da  
    3838
    3939    <listitem>
     40      <para>06 August 2012</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[William Harrington] - Adjust XZ final system install command to properly install the lzma pkgconfig file to the proper location.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
     48    <listitem>
    4049      <para>02 August 2012</para>
    4150      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.