linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/8] build: Add a few default configure options
@ 2019-05-09 12:37 Bastien Nocera
  2019-05-09 12:37 ` [PATCH 2/8] build: Add warnings for non-literal strings Bastien Nocera
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Bastien Nocera @ 2019-05-09 12:37 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Bastien Nocera

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


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-05-13 18:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-09 12:37 [PATCH 1/8] build: Add a few default configure options Bastien Nocera
2019-05-09 12:37 ` [PATCH 2/8] build: Add warnings for non-literal strings Bastien Nocera
2019-05-09 12:37 ` [PATCH 3/8] build: Enable BIND_NOW Bastien Nocera
2019-05-09 12:37 ` [PATCH 4/8] tools/csr_usb: Fix compilation failure Bastien Nocera
2019-05-09 12:37 ` [PATCH 5/8] obex: Work-around " Bastien Nocera
2019-05-09 12:37 ` [PATCH 6/8] android/avrcp-lib: Fix unaligned struct access Bastien Nocera
2019-05-09 12:37 ` [PATCH 7/8] android/hal-bluetooth: " Bastien Nocera
2019-05-09 12:37 ` [PATCH 8/8] android/handsfree: " Bastien Nocera
2019-05-13 17:38 ` [PATCH 1/8] build: Add a few default configure options Luiz Augusto von Dentz
2019-05-13 18:13   ` Bastien Nocera

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).