Skip to content

Commit

Permalink
config.mk: silent check for ldconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Jan 12, 2025
1 parent cae0b45 commit 1c30f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ CHECKOPTS += --inline-suppr $(CHECKEXTRA)
# Below are some generated constants based on the one that were set above
# ============================================================================

ifneq ($(shell which ldconfig), )
ifneq ($(shell which ldconfig > /dev/null 2>&1), )
# Detect OpenSSL automatically, and enable TLS support if present
ifndef WITH_TLS
ifneq ($(shell ldconfig -p | grep libssl), )
Expand Down

0 comments on commit 1c30f1c

Please sign in to comment.