Daniel Richard G.
Daniel Richard G.
@matt335672, of course. Here is an early draft for those; let me know if this looks OK: ```diff diff --git a/docs/man/sesman.ini.5.in b/docs/man/sesman.ini.5.in index 366ecfad..ea6694da 100644 --- a/docs/man/sesman.ini.5.in +++ b/docs/man/sesman.ini.5.in @@...
FWIW, Debian builds with `use_custom_libcxx=false`. I think this is more a matter of needing to build in a minimal environment, where only the build-dependencies are installed. @parselings, are you conversant...
Hello @thedeadliestcatch, My modifications to Chromium to get it building on Ubuntu can be found in [this repository](https://bitbucket.org/xtradeb/xtradeb-convert/src/main/). Run the `chromium.sh` script on the `debian/` subdirectory of the source package....
What are the goals of setting up this CI? There are a few things you should know: 1. Up-to-date builds of ungoogled-chromium for Ubuntu jammy and later are already available...
Okay, so this comes down to organizational policy. If you have corporate-level resources at your disposal, then yes, building it will not be a problem. The XtraDeb builds (chromium and...
> I wonder if you consider publishing your binaries at https://github.com/ungoogled-software/ungoogled-chromium-binaries > Why would you trust *our* binaries? ... I personally advocate building things from source. Supply-chain attacks are certainly...
> download the bookworm version Generally, you won't be able to install bookworm packages on bullseye, since bookworm uses a newer glibc version. Which ungoogled-chromium package is this in reference...
Note that (2) would require adding a check for `dirfd()` to the project's `configure.ac` script, not an change to Autoconf itself. This would amount to adding a line like ```...
I'll be happy to answer any questions that arise. I don't see that a lot of code work should be needed here, in any event; it is more about clarifying...
If you really want to stick with 1-or-0, I would suggest defining a new set of variables that use this convention, and then use the Autoconf ones to initialize them....