dun / munge

MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for creating and validating user credentials.
GNU Lesser General Public License v3.0
250 stars 46 forks source link

munge in buildroot. #102

Closed InspireSemi closed 3 years ago

InspireSemi commented 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)

InspireSemi commented 3 years ago

figured this out you need to set the --with-openssl-prefix=

dun commented 3 years ago

Glad you figured it out.