Changeset 875b3b57 for general/genlib


Ignore:
Timestamp:
12/08/2023 09:05:39 PM (5 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
4320a44
Parents:
99eb823a
git-author:
Pierre Labastie <pierre.labastie@…> (12/08/2023 09:03:47 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (12/08/2023 09:05:39 PM)
Message:

Fix various option vs parameter problems

Sometimes there is no really a problem, but alos avoids that
automatic detection with "make test-options" return false positives

Location:
general/genlib
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/apr-util.xml

    r99eb823a r875b3b57  
    131131
    132132    <para>
    133       <parameter>--with-openssl=/usr --with-crypto</parameter>: These
     133      <parameter>--with-openssl=/usr</parameter>
     134      <parameter>--with-crypto</parameter>: These
    134135      switches enable the
    135136      <filename class="libraryfile">apr_crypto_openssl-1.so</filename>
  • general/genlib/boost.xml

    r99eb823a r875b3b57  
    169169
    170170    <para>
    171       <parameter>sed -i '/#include ...</parameter>: This removes the inclusion
     171      <command>sed -i '/#include ...</command>: This removes the inclusion
    172172      of <filename>boost/phoenix/stl/tuple.hpp</filename> from this header-only
    173173      library, allowing applications which use it to link using recent C++.
    174       <!-- FIXME: remove before 11.3 is we still use 1.81.0 and LO-7.4,
    175       this alternative is only for people working through the development book.-->
    176       An alternative is to edit
    177       <filename>/usr/include/boost/phoenix/stl.hpp</filename> if this version of
    178       boost has already been installed without this <command>sed</command>.
    179174    </para>
    180175
  • general/genlib/brotli.xml

    r99eb823a r875b3b57  
    157157      <application>Python3</application> binding instead.
    158158    </para>
    159 
    160     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    161       href="../../xincludes/static-libraries.xml"/>
    162159
    163160  </sect2>
  • general/genlib/fftw.xml

    r99eb823a r875b3b57  
    158158
    159159      <para>
    160         <parameter>--enable-shared --disable-static</parameter>: Use shared
     160        <parameter>--enable-shared</parameter>
     161        <parameter>--disable-static</parameter>: Use shared
    161162        libs instead of static libs.
    162163      </para>
     
    200201        without AVX512F.  Use this option if the FFTW build will be used on
    201202        a CPU with AVX512F.  This option is not compatible with
    202         <option>--enable-long-double</option>.
     203        <parameter>--enable-long-double</parameter>.
    203204      </para>
    204205  </sect2>
  • general/genlib/libblockdev.xml

    r99eb823a r875b3b57  
    154154
    155155    <para>
    156       <parameter>--without-lvm --without-lvm_dbus
    157       --without-tools</parameter>: The combination of these switches allows
     156      <parameter>--without-lvm</parameter>
     157      <parameter>--without-lvm_dbus</parameter>
     158      <parameter>--without-tools</parameter>: The combination of these
     159      switches allows
    158160      building <application>libblockdev</application> without
    159161      <xref linkend="parted"/> installed.  Remove it if you've installed
  • general/genlib/libpaper.xml

    r99eb823a r875b3b57  
    103103
    104104    <para>
    105       <option>--enable-relocatable</option>:
    106       This option is needed to run the tests.
     105      <parameter>--enable-relocatable</parameter>:
     106      This switch is needed to run the tests.
    107107    </para>
    108108
  • general/genlib/libxmlb.xml

    r99eb823a r875b3b57  
    127127     user enable it if they want the documentation. -renodr -->
    128128    <para>
    129       <parameter>-Dgtkdoc=true</parameter>: This switch disables building the
     129      <parameter>-Dgtkdoc=false</parameter>: This switch disables building the
    130130      API documentation. Remove it if you have
    131131      <xref linkend="gtk-doc" role="nodep"/> installed and wish to build the
  • general/genlib/log4cplus.xml

    r99eb823a r875b3b57  
    105105
    106106    <para>
    107       <parameter>--with-qt5</parameter>: This option enables
     107      <option>--with-qt5</option>: This option enables
    108108      compilation of a separate shared library (liblog4cplusqt5debugappender)
    109109      that implements Qt5DebugAppender. It requires Qt5 and pkg-config
  • general/genlib/nspr.xml

    r99eb823a r875b3b57  
    127127
    128128    <para>
    129       <parameter>$([ $(uname -m) = x86_64 ] &amp;&amp; echo
    130       --enable-64bit)</parameter>: The --enable-64bit parameter is
     129      <parameter>--enable-64bit</parameter>: The --enable-64bit parameter is
    131130      <emphasis>required</emphasis> on an x86_64 system to prevent
    132131      <command>configure</command> failing with a claim that this is a system
Note: See TracChangeset for help on using the changeset viewer.