From b300533bbf13b4df1a0f02875e355b9918a751be Mon Sep 17 00:00:00 2001 From: Stefan Gloor Date: Fri, 5 Jan 2024 11:52:18 +0100 Subject: [PATCH] Add --with-openssl info to BUILD.md Clarify that --with-openssl must be passed a path, e.g., --with-openssl=/usr/lib64. Signed-off-by: Stefan Gloor --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 02e9292d..656f15cd 100644 --- a/BUILD.md +++ b/BUILD.md @@ -13,7 +13,7 @@ This package requires the following: The usual command to build are: - autoreconf -fi (if needed) -- ./configure (--with-openssl if needed) +- ./configure (--with-openssl=/path/to/openssl if needed) - make - make check