Ignore:
Timestamp:
Oct 1, 2015, 2:08:03 AM (9 years ago)
Author:
Chris Staub <chris@…>
Branches:
master, systemd
Children:
8788172
Parents:
f947bbd
Message:

No need for --disable-static for File

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/file.xml

    rf947bbd r5201afa  
    3636    <para>Prepare File for compilation:</para>
    3737
    38 <screen><userinput>./configure --prefix=/cross-tools --disable-static</userinput></screen>
     38<screen><userinput>./configure --prefix=/cross-tools</userinput></screen>
    3939
    4040    <variablelist>
     
    4747          package in the <filename class="directory">/cross-tools</filename>
    4848          directory.</para>
    49         </listitem>
    50       </varlistentry>
    51 
    52       <varlistentry>
    53         <term><parameter>--disable-static</parameter></term>
    54         <listitem>
    55           <para>This tells the File package not to compile or install static
    56           libraries, which are not needed for the Cross-Tools</para>
    5749        </listitem>
    5850      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.