Hi, On Fri, Sep 24, 2021 at 03:55:22PM +0100, Rui Santos wrote: > I've tried googling and tried some CC, LD_FLAGS and friends to no avail :(
./configure --help
...
Some influential environment variables:
...
OPENSSL_CFLAGS
C compiler flags for OpenSSL
OPENSSL_LIBS
linker flags for OpenSSL
so call this as
./configure OPENSSL_CFLAGS=-I/some/path/1.1.1/include \
OPENSSL_LIBS="-l/some/path/1.1.1/lib -lssl -lcrypto"
(one command)
and you should be good to go.
gert
--
"If was one thing all people took for granted, was conviction that if you
feed honest figures into a computer, honest figures come out. Never doubted
it myself till I met a computer with a sense of humor."
Robert A. Heinlein, The Moon is a Harsh Mistress
Gert Doering - Munich, Germany [email protected]
signature.asc
Description: PGP signature
_______________________________________________ Openvpn-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-users
