We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Depending on the environment (optionally) scripts build
configurations shall be revised to ensure that the minimal applicable build configuration is used
The text was updated successfully, but these errors were encountered:
libarchive build can be minimised with
CONFIGURE_COMMAND ${CMAKE_COMMAND} -E env CFLAGS=${CROSSFLAGS} # ${LIBARCHIVE_SOURCE_DIR}/configure # ${HOST_OPTION} # --srcdir=${LIBARCHIVE_SOURCE_DIR} # --prefix=${DEPS} # --without-bz2lib # --without-libb2 # --without-libiconv-prefix # --without-xml2 # --without-expat # --without-cng # --disable-bsdtar # --disable-bsdcat # --disable-bsdcpio # --enable-shared=no
however migrating from cmake to auto tools creates some issues with cross-compilation that needs to be researched
Sorry, something went wrong.
No branches or pull requests
Depending on the environment (optionally) scripts build
configurations shall be revised to ensure that the minimal applicable build configuration is used
The text was updated successfully, but these errors were encountered: