Changeset 0c72a8b for postlfs/security


Ignore:
Timestamp:
03/02/2023 03:00:29 AM (15 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
2b4a33b
Parents:
1121404
git-author:
Xi Ruoyao <xry111@…> (03/01/2023 06:33:23 PM)
git-committer:
Xi Ruoyao <xry111@…> (03/02/2023 03:00:29 AM)
Message:

polkit: Remove unneeded -Djs_engine=duktape parameter

It's the default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/polkit.xml

    r1121404 r0c72a8b  
    221221      -Dsession_tracking=libsystemd-login \
    222222      -Dtests=true                        \
    223       -Djs_engine=duktape                 \
    224223      ..                                  &amp;&amp;
    225224ninja</userinput></screen>
     
    234233      -Dsystemdsystemunitdir=/tmp   \
    235234      -Dtests=true                  \
    236       -Djs_engine=duktape           \
    237235      ..                            &amp;&amp;
    238236ninja</userinput></screen>
     
    271269
    272270    <para>
    273       <parameter>-Djs_engine=duktape</parameter>: This switch allows using the
    274       <xref linkend="duktape"/> JavaScript engine. Replace with
    275       <option>-Djs_engine=mozjs</option> for using the <xref linkend="js102"/>
    276       JavaScript engine.
     271      <option>-Djs_engine=mozjs</option>: This switch allows using the
     272      <xref linkend="js102"/> JavaScript engine instead of the
     273      <xref linkend='duktape'/> JavaScript engine.
    277274    </para>
    278275
Note: See TracChangeset for help on using the changeset viewer.