polkit-github-migration-bot / t4_polkit

Other
0 stars 0 forks source link

fix build without C++ - [merged] #327

Closed polkit-github-migration-bot closed 9 months ago

polkit-github-migration-bot commented 2 years ago

In gitlab.freedesktop.org by ffontaine on Apr 2, 2022, 19:15

Link to the original merge request: https://gitlab.freedesktop.org/polkit/polkit/-/merge_requests/116 This merge request consists of the following commits:

Fix the following build failure without C++ raised since https://gitlab.freedesktop.org/polkit/polkit/-/commit/957a015157fd359d9679540f664183e4b9492896:

The following exception(s) were encountered: Running "/home/autobuild/autobuild/instance-14/output-1/host/bin/or1k-buildroot-linux-musl-g++ --version" gave "[Errno 2] No such file or directory: '/home/autobuild/autobuild/instance-14/output-1/host/bin/or1k-buildroot-linux-musl-g++'"

Indeed, C++ is only required with mozjs engine

Fixes:

Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com")