Age | Commit message (Collapse) | Author | Files | Lines |
|
Qt is built with -reduce-relocations on Ubuntu, which annoyingly requires
executables to be built with -fPIC. I have no idea how to detect this
situation, so will just blissfully assume that it doesn't cause any problems
elsewhere.
|
|
|
|
|
|
Fedora takes issue with CC0. Although it doesn't really matter for this
stuff (dual licensed anyway, questionably "software", certainly not patentable,
and so on), this is simpler and more consistent with the ISC license used for
the actual software anyway.
|
|
|
|
|
|
This is necessary for things like meson.override_find_program() to work
properly.
|
|
|
|
|