Changeset adf17153 for networking


Ignore:
Timestamp:
06/04/2021 12:57:26 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
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:
a98eed9
Parents:
730b5bc
Message:

more --buildtype=release addition

Location:
networking
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/geoclue2.xml

    r730b5bc radf17153  
    110110cd    build &amp;&amp;
    111111
    112 meson --prefix=/usr -Dgtk-doc=false .. &amp;&amp;
     112meson --prefix=/usr --buildtype=release -Dgtk-doc=false .. &amp;&amp;
    113113ninja</userinput></screen>
    114114
     
    127127  <sect2 role="commands">
    128128    <title>Command Explanations</title>
     129
     130    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     131      href="../../xincludes/meson-buildtype-release.xml"/>
    129132
    130133    <para>
  • networking/netlibs/glib-networking.xml

    r730b5bc radf17153  
    132132
    133133meson --prefix=/usr          \
     134      --buildtype=release    \
    134135      -Dlibproxy=disabled .. &amp;&amp;
    135136ninja</userinput></screen>
     
    156157
    157158  </sect2>
    158 <!--
     159
    159160  <sect2 role="commands">
    160161    <title>Command Explanations</title>
    161162
    162     <para>
    163       <parameter>- -without-ca-certificates</parameter>: This parameter forces
    164       use of PKCS #11 modules for TLS certificate validation instead of a
    165       bundle of certificates.
    166     </para>
    167 
    168163    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    169       href="../../xincludes/static-libraries.xml"/>
    170 
    171   </sect2>
    172   -->
     164      href="../../xincludes/meson-buildtype-release.xml"/>
     165
     166  </sect2>
     167
    173168  <!-- This isn't needed anymore and breaks applications which use it.
    174169  <sect2 role="configuration">
  • networking/netlibs/libnma.xml

    r730b5bc radf17153  
    108108
    109109meson --prefix=/usr                             \
     110      --buildtype=release                       \
    110111      -Dgtk_doc=false                           \
    111112      -Dmobile_broadband_provider_info=false .. &amp;&amp;
     
    125126  <sect2 role="commands">
    126127    <title>Command Explanations</title>
     128
     129    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     130      href="../../xincludes/meson-buildtype-release.xml"/>
    127131
    128132    <para>
  • networking/netlibs/libsoup.xml

    r730b5bc radf17153  
    136136cd    build &amp;&amp;
    137137
    138 meson --prefix=/usr -Dvapi=enabled -Dgssapi=disabled .. &amp;&amp;
     138meson --prefix=/usr       \
     139      --buildtype=release \
     140      -Dvapi=enabled      \
     141      -Dgssapi=disabled   .. &amp;&amp;
    139142ninja</userinput></screen>
    140143
     
    153156  <sect2 role="commands">
    154157    <title>Command Explanations</title>
     158
     159    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     160      href="../../xincludes/meson-buildtype-release.xml"/>
    155161
    156162    <para>
  • networking/netutils/networkmanager.xml

    r730b5bc radf17153  
    198198
    199199CXXFLAGS+="-O2 -fPIC"            \
    200 meson --prefix /usr              \
     200meson --prefix=/usr              \
     201      --buildtype=release        \
    201202      -Dlibaudit=no              \
    202203      -Dlibpsl=false             \
     
    217218
    218219CXXFLAGS+="-O2 -fPIC"            \
    219 meson --prefix /usr              \
     220meson --prefix=/usr              \
     221      --buildtype=release        \
    220222      -Dlibaudit=no              \
    221223      -Dlibpsl=false             \
     
    259261      necessary to build the Qt5 based examples.
    260262    </para>
     263
     264    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     265      href="../../xincludes/meson-buildtype-release.xml"/>
    261266
    262267    <para>
Note: See TracChangeset for help on using the changeset viewer.