Ignore:
Timestamp:
08/09/2020 08:01:19 AM (4 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d3dab74f
Parents:
0b4b5038
Message:

fftw: don't install static lib

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23480 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/fftw.xml

    r0b4b5038 r34dec13  
    9999<screen><userinput>./configure --prefix=/usr    \
    100100            --enable-shared  \
     101            --disable-static \
    101102            --enable-threads \
    102103            --enable-sse2    \
     
    124125./configure --prefix=/usr    \
    125126            --enable-shared  \
     127            --disable-static \
    126128            --enable-threads \
    127129            --enable-sse2    \
     
    144146./configure --prefix=/usr    \
    145147            --enable-shared  \
     148            --disable-static \
    146149            --enable-threads \
    147150            --enable-long-double &amp;&amp;
     
    160163
    161164      <para>
    162         <parameter>--enable-shared</parameter>: Use shared libs
    163         instead of static libs.
     165        <parameter>--enable-shared --disable-static</parameter>: Use shared
     166        libs instead of static libs.
    164167      </para>
    165168
Note: See TracChangeset for help on using the changeset viewer.