mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Security: https://vuxml.freebsd.org/freebsd/c53cd328-8131-4fc2-a083-a9e9d45e3028.html Security: https://vuxml.freebsd.org/freebsd/756839e1-cd78-4082-9f9e-d0da616ca8dd.html
13 lines
430 B
Text
13 lines
430 B
Text
--- build/config/BUILD.gn.orig 2025-01-15 09:18:26 UTC
|
|
+++ build/config/BUILD.gn
|
|
@@ -215,6 +215,10 @@ config("default_libs") {
|
|
# Targets should choose to explicitly link frameworks they require. Since
|
|
# linking can have run-time side effects, nothing should be listed here.
|
|
libs = []
|
|
+ } else if (is_bsd) {
|
|
+ libs = [
|
|
+ "pthread",
|
|
+ ]
|
|
} else if (is_linux || is_chromeos) {
|
|
libs = [
|
|
"dl",
|