components/desktop/polkit/patches/10-mozjs.patch
changeset 7661 aff9737ef6ba
parent 7431 1b1f1123c9e3
equal deleted inserted replaced
7659:dbbf26a1a66d 7661:aff9737ef6ba
     1 This is an upstream patch that moves us to using mozjs in Solaris instead
     1 This is an upstream patch that moves us to using mozjs in Solaris instead
     2 of duktape. When we update to a version of polkit that includes this, we
     2 of duktape. When we update to a version of polkit that includes this, we
     3 should be able to delete this set of 4 patches 
     3 should be able to delete this set of 4 patches
       
     4 
       
     5 This was committed upstream for a release after 0.113:
       
     6 https://cgit.freedesktop.org/polkit/commit/?id=0676f33aa741a87634ffc3b9ef82c7d092c997ec
     4 
     7 
     5 The JSAPI is now a full C++ interface. Convert the polkit
     8 The JSAPI is now a full C++ interface. Convert the polkit
     6 to JavaScript interface module to C++ compilation in order to
     9 to JavaScript interface module to C++ compilation in order to
     7 support newer versions of spidermonkey.
    10 support newer versions of spidermonkey.
     8 
    11