Changeset 9137ee9 in clfs-embedded


Ignore:
Timestamp:
Oct 15, 2013, 1:00:05 PM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
3c75105
Parents:
59d0399
git-author:
Andrew Bradford <andrew@…> (10/14/13 12:13:54)
git-committer:
Andrew Bradford <andrew@…> (10/15/13 13:00:05)
Message:

zlib: Update to use ${CLFS}/cross-tools/sysroot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/beyond-lib/common/zlib.xml

    r59d0399 r9137ee9  
    3333    <para os="c">Prepare Zlib for compilation:</para>
    3434
    35 <screen os="d"><userinput>./configure --prefix=/usr --shared</userinput></screen>
     35<screen os="d"><userinput>./configure --shared</userinput></screen>
    3636
    3737    <variablelist os="aa">
     
    5353    <para os="e">Install the package:</para>
    5454
    55 <screen os="f"><userinput>make prefix=${CLFS}/usr install</userinput></screen>
    56 
    57     <para os="g">The previous command installed a <filename
    58     class="extension">.so</filename> file in <filename
    59     class="directory">/usr/lib</filename>. We will move it into
    60     <filename class="directory">/lib</filename> and then relink it
    61     to <filename class="directory">/usr/lib</filename>:</para>
    62 
    63 <screen os="h"><userinput>mv -v ${CLFS}/usr/lib/libz.so.* ${CLFS}/lib
    64 ln -svf ../../lib/libz.so.1 ${CLFS}/usr/lib/libz.so</userinput></screen>
     55<screen os="f"><userinput>make prefix=${CLFS}/cross-tools/sysroot install</userinput></screen>
    6556
    6657  </sect2>
Note: See TracChangeset for help on using the changeset viewer.