From 8b761ef35a17861f1c80234b3fd936b52ee648ca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Blin?=
 <sebastien.blin@savoirfairelinux.com>
Date: Fri, 17 Jun 2022 14:07:33 -0400
Subject: [PATCH] doc: update build instructions

Change-Id: Ieb512ed3cfdaf64998df284d1a691fa8e2f4fc10
---
 doc/agent/build.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/agent/build.rst b/doc/agent/build.rst
index ea1134ae57..9a493b736e 100644
--- a/doc/agent/build.rst
+++ b/doc/agent/build.rst
@@ -21,7 +21,7 @@ To build Guile locally, you first need to enable it when building contrib, then
 recompile contrib::
 
   cd daemon/contrib/native
-  ../bootstrap --enable-guile
+  ../bootstrap --enable-debug --enable-guile --enable-libunistring --enable-libffi --enable-libgc
   make list
   make fetch
   make -j
-- 
GitLab