Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

v0.3.0

Compare
Choose a tag to compare
@bassosimone bassosimone released this 29 May 14:55
· 8 commits to master since this release
v0.3.0

The previous release (v0.2.0) was not flexible enough for our needs. So attempt another approach where you do something like the following:

cross-ios armv7s ../configure --disable-shared [...]

To obtain all the proper environment variables set and

../configure --disable-shared [...] $CROSS_CONFIGURE_ARGUMENTS

being called, where $CROSS_CONFIGURE_ARGUMENTS are the arguments to enable cross compiling.

The main motivation behind this change is that apparently building in place, as v0.2.0 was doing, since it was invoking ./configure unconditionally, is not enough to build libressl.