I have a project I need to compile with access to SSL symbols, hence, I'd just need the compiler to receive the -lcrypto flag under the LDLIBS environment variable. But unfortunately, the port compiler seems not to be passing this flag to the C compiler. My env looks like this:
I have a project I need to compile with access to SSL symbols, hence, I'd just need the compiler to receive the
-lcrypto
flag under theLDLIBS
environment variable. But unfortunately, the port compiler seems not to be passing this flag to the C compiler. Myenv
looks like this:This works if I compile with a regular Makefile.