From: Osama Albahrani <54853250+osalbahr@users.noreply.github.com> Date: Sun, 14 May 2023 03:09:48 +0000 (-0400) Subject: GIT-INFO: add --with-openssl X-Git-Tag: curl-8_1_0~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f157610d30e981b2f5553c0f212adfdc75881ab5;p=thirdparty%2Fcurl.git GIT-INFO: add --with-openssl Closes #11110 --- diff --git a/GIT-INFO b/GIT-INFO index 053369e761..62efbd938c 100644 --- a/GIT-INFO +++ b/GIT-INFO @@ -14,7 +14,7 @@ To build in environments that support configure, after having extracted everything from git, do this: autoreconf -fi -./configure +./configure --with-openssl make Daniel uses a ./configure line similar to this for easier development: