hacks to build on nix

This commit is contained in:
daroche 2025-08-05 19:07:59 +02:00
parent 38cae30841
commit 9400f5a869

2
config
View file

@ -179,7 +179,7 @@ if [ $ngx_found = no ]; then
fi
if [ $ngx_found = yes ]; then
ngx_module_libs="$ngx_module_libs -lopentelemetry_common -lopentelemetry_resources -lopentelemetry_trace"
ngx_module_libs="$ngx_module_libs -lopentelemetry_common -lopentelemetry_resources -lopentelemetry_trace $(pkg-config --libs absl_log absl_log_internal_check_op absl_cord absl_log_initialize) -lstdc++"
fi
#if [ ! -d $prefix/include/opentelemetry/proto ]; then