From c36ca13b95034c6d3dae491b1664dd9914c6ce63 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 13 May 2021 19:08:42 +0200 Subject: [PATCH] Turn off bootstrap mode by default --- httpcomponents-project.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpcomponents-project.spec b/httpcomponents-project.spec index 857efbd..4bd7b8b 100644 --- a/httpcomponents-project.spec +++ b/httpcomponents-project.spec @@ -1,4 +1,4 @@ -%bcond_without bootstrap +%bcond_with bootstrap Name: httpcomponents-project Summary: Common POM file for HttpComponents