Changeset 875b3b57 for server


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:
server
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • server/databases/sqlite.xml

    r99eb823a r875b3b57  
    167167
    168168    <para>
    169       <parameter>CPPFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1
    170       -DSQLITE_ENABLE_UNLOCK_NOTIFY=1
    171       -DSQLITE_ENABLE_DBSTAT_VTAB=1
    172       -DSQLITE_SECURE_DELETE=1
    173       -DSQLITE_ENABLE_FTS3_TOKENIZER=1"</parameter>: Applications such as
     169      <parameter>CPPFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1 ... </parameter>:
     170      Applications such as
    174171      <application>SeaMonkey</application> require these options
    175172      to be turned on.
  • server/mail/exim.xml

    r99eb823a r875b3b57  
    225225      class="username">exim</systemitem> user.
    226226    </para>
    227 
    228     <para>
    229       <parameter>SUPPORT_TLS=yes</parameter>: This allows to support
     227    <!-- obsolete: now default
     228    <para>
     229      <option>SUPPORT_TLS=yes</option>: This allows to support
    230230      STARTTLS connections. If you use this option, you need to select
    231231      whether <application>OpenSSL</application> or
     
    233233      <filename>src/EDITME</filename>).
    234234    </para>
    235 
    236     <para>
    237       <parameter>USE_OPENSSL_PC=openssl</parameter>: This tells the
     235    -->
     236    <para>
     237      <parameter>USE_OPENSSL</parameter>: uncommenting
     238      <option>USE_OPENSSL=yes</option> and <option>USE_OPNSSL_PC=yes</option>
     239      tells the
    238240      build system to use <application>OpenSSL</application>, and to
    239241      find the needed libraries with <application>pkg-config</application>.
     
    241243
    242244    <para>
    243       <parameter>#EXIM_MONITOR</parameter>: This defers building the
    244       <application>Exim</application> monitor program, as it requires
    245       <application>X Window System</application> support, by commenting out the
    246       <parameter>EXIM_MONITOR</parameter> line in the
    247       <filename>Makefile</filename>. If you wish to build the monitor program,
    248       omit this <command>sed</command> command and issue the following command
    249       before building the package (modify
    250       <filename>Local/eximon.conf</filename>, if necessary):
    251       <command>cp exim_monitor/EDITME Local/eximon.conf</command>.
     245      Uncomment <option>EXIM_MONITOR</option>: This allows building the
     246      <application>Exim</application> monitor program, which requires
     247      <application>X Window System</application> support, and is commented out
     248      by default.
    252249    </para>
    253250
  • server/other/openldap.xml

    r99eb823a r875b3b57  
    223223
    224224    <para>
    225       <parameter>--enable-versioning</parameter>: This switch enables
     225      <parameter>--disable-versioning</parameter>: This switch disables
    226226      symbol versioning in the <application>OpenLDAP</application> libraries.
    227       Without this, some applications might generate a warning about missing symbol versions.
     227      <!-- obsolete?
     228      Without this, some applications might generate a warning about missing
     229      symbol versions.-->
    228230    </para>
    229231
Note: See TracChangeset for help on using the changeset viewer.