Closed InspireSemi closed 3 years ago
How can I tell ./configure where the libopenssl libs are in a buildroot environment.
I tried passing LDFLAGS= but ./configure still cannot find openssl.
Do I need to modify the m4/x_ac_path_openssl.m4 file to point to the libs location in the buildroot tree? Or is there a env var i can set for this?
FYI: Just checking for an installed version of openssl limits you. (IMO)
figured this out you need to set the --with-openssl-prefix=
Glad you figured it out.
How can I tell ./configure where the libopenssl libs are in a buildroot environment.
I tried passing LDFLAGS= but ./configure still cannot find openssl.
Do I need to modify the m4/x_ac_path_openssl.m4 file to point to the libs location in the buildroot tree? Or is there a env var i can set for this?
FYI: Just checking for an installed version of openssl limits you. (IMO)