Ignore:
Timestamp:
Oct 1, 2013, 12:30:52 PM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
97c391c
Parents:
416efe1
Message:

These packages install shared libs by default. No need to have enable shared and disable static. Just disable static as they install static libs by default, too.

File:
1 edited

Legend:

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

    r416efe1 r6f0d44e  
    2727<screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    2828./configure --prefix=/cross-tools \
    29     --enable-shared --disable-static --with-gmp=/cross-tools</userinput></screen>
     29    --disable-static --with-gmp=/cross-tools</userinput></screen>
    3030
    3131    <variablelist os="b1">
Note: See TracChangeset for help on using the changeset viewer.