From 3597960595b028b897a7fe97605135ce5040fca5 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 9 May 2019 14:37:39 +0200 Subject: build: Add a few default configure options 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(+) (limited to 'bootstrap-configure') 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 $* -- cgit v1.2.1