Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions auto/otel
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ if [ $NXT_OTEL = YES ]; then
fi

NXT_OTEL_LIBS="-lssl -lcrypto"
if [ $(which pkg-config) ]; then
NXT_OTEL_LIBS="$(pkg-config openssl --cflags --libs)"
fi

cat << END >> $NXT_AUTO_CONFIG_H

#ifndef NXT_HAVE_OTEL
Expand Down
Loading