]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
CI: Use a more accurate URL describing the environ problem on FreeBSD
authorGleb Popov <6yearold@gmail.com>
Sun, 8 Jun 2025 08:31:08 +0000 (11:31 +0300)
committerGleb Popov <6yearold@gmail.com>
Sun, 8 Jun 2025 08:33:00 +0000 (08:33 +0000)
.gitlab-ci.yml

index f738b1071e3a2e52fbd5c1834900dd60f7ed253a..755a3ec37963d7cb844b1966a7e67f4e0ae9fe99 100644 (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: