aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbuild2/cc/pkgconfig.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/libbuild2/cc/pkgconfig.cxx b/libbuild2/cc/pkgconfig.cxx
index 775b055..3e25167 100644
--- a/libbuild2/cc/pkgconfig.cxx
+++ b/libbuild2/cc/pkgconfig.cxx
@@ -878,6 +878,11 @@ namespace build2
if (l == "-lSystem")
continue;
}
+ else if (tclass == "bsd")
+ {
+ if (l == "-lexecinfo")
+ continue;
+ }
// Prepare user search paths by entering the -L paths from the .pc
// file.