Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Build options

Patrick McCarty edited this page Nov 28, 2016 · 3 revisions

The following configure options are supported by swupd-server in addition to the standard predefined options available in the autoconf configure scripts.

  • --disable-bzip2: Do not use bzip2 to compress tarballs. By default, bzip2 is used.
  • --disable-lzma: Do not use xz to compress tarballs. By default, xz is used.
  • --disable-stateless: Disables behavior meant for a stateless distro. Currently, it preserves files that lives in /etc/, which are not tracked under the stateless paradigm.
  • --enable-bsdtar: Use bsdtar instead of GNU tar.
  • --disable-tests: Disables dependency checks for running the functional test suite.
  • --enable-coverage: Enable building coverage reports with make coverage.
Clone this wiki locally