Trying to build LAKKA 2.3.2 for 32 bit:
DISTRO=Lakka PROJECT=Generic ARCH=i386 make image
everything is going great until I get to openssl, which configs to x86_64 and fails to build. If I switch into the openssl directory and do
./config && make
it recognizes my i386 arch and builds fine.
Does anyone know where I can find where the openssl config settings are being created in the image build?