Changeset ac53dc9


Ignore:
Timestamp:
08/09/2024 07:47:46 AM (5 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/spidermonkey128
Children:
2ee94a9
Parents:
5da1599
git-author:
Xi Ruoyao <xry111@…> (08/09/2024 07:46:32 AM)
git-committer:
Xi Ruoyao <xry111@…> (08/09/2024 07:47:46 AM)
Message:

polkit: Adapt for SpiderMonkey 128

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/polkit.xml

    r5da1599 rac53dc9  
    188188
    189189<screen revision="sysv"><userinput>sed -i '/systemd_sysusers_dir/s/^/#/' meson.build</userinput></screen>
     190
     191    <para>
     192      Adapt this package to allow building with SpiderMonkey from
     193      Firefox-128.1.0 or later (this has no effect but does no harm if
     194      building with <xref linkend='duktape'/>):
     195    </para>
     196
     197    <screen><userinput>sed '/mozjs/s/115/128/' -i meson.build &amp;&amp;
     198sed 's/? report->filename/&amp;.c_str()/' \
     199    -i src/polkitbackend/polkitbackendjsauthority.cpp</userinput></screen>
    190200
    191201    <para>
Note: See TracChangeset for help on using the changeset viewer.