gnucash-on-flatpak master: Build boost with the program_options library enabled

Geert Janssens gjanssens at code.gnucash.org
Thu Jun 18 10:01:35 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-on-flatpak/commit/0723e5aa (commit)
	from  https://github.com/Gnucash/gnucash-on-flatpak/commit/daac5f9d (commit)



commit 0723e5aa24e497f237dc6182be58bba1fc8f7ff5
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu Jun 18 16:01:25 2020 +0200

    Build boost with the program_options library enabled

diff --git a/modules/boost.json b/modules/boost.json
index 05442d0..cab3068 100644
--- a/modules/boost.json
+++ b/modules/boost.json
@@ -9,7 +9,7 @@
         }
     ],
     "build-commands": [
-        "./bootstrap.sh --prefix=/app --with-libraries=locale,filesystem,system,date_time,regex",
+        "./bootstrap.sh --prefix=/app --with-libraries=locale,filesystem,system,date_time,regex,program_options",
         "./b2 headers",
         "./b2 -j$FLATPAK_BUILDER_N_JOBS install variant=release cxxstd=17 --layout=system"
     ]



Summary of changes:
 modules/boost.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list