Merge branch 'ci' into 'main'

CI: Use a more accurate URL describing the environ problem on FreeBSD

See merge request dbus/dbus!528
This commit is contained in:
Simon McVittie 2025-06-09 14:02:56 +00:00
commit 37afc6128b

View file

@ -494,7 +494,7 @@ freebsd meson:
# On FreeBSD the `environ` symbol is provided by the c startup code and is
# only defined in the main executable and not available in libc.so, so
# building with -Wl,-no-undefined results in errors.
# See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263265.
# See https://reviews.freebsd.org/D30842
CI_BUILD_ARGS: "-Db_lundef=false"
# vim:set sw=2 sts=2 et: