From: Gleb Popov <6yearold@gmail.com> Date: Sun, 8 Jun 2025 08:31:08 +0000 (+0300) Subject: CI: Use a more accurate URL describing the environ problem on FreeBSD X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1dafe3908ab1c9fcbc722751d3861e3610fa0a0;p=thirdparty%2Fdbus.git CI: Use a more accurate URL describing the environ problem on FreeBSD --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f738b1071..755a3ec37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: