Add 3 optional features that are currently used and distributed in the Fedora packages to the default build configuration. The additional build time is minimal, and it ensures that the build gets maximum coverage. --- bootstrap-configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap-configure b/bootstrap-configure index cc44ae74f..2d6231f39 100755 --- a/bootstrap-configure +++ b/bootstrap-configure @@ -26,4 +26,7 @@ fi --enable-mesh \ --enable-btpclient \ --enable-logger \ + --enable-pie \ + --enable-cups \ + --enable-library \ --disable-datafiles $* -- 2.21.0