gnucash-on-flatpak unstable: Add boost::program_options for new requirement in master.

John Ralls jralls at code.gnucash.org
Sun May 31 20:04:39 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-on-flatpak/commit/a26f4604 (commit)
	from  https://github.com/Gnucash/gnucash-on-flatpak/commit/f3841f16 (commit)



commit a26f4604ed5b5e0c20ca462ec4da9f7464b4aa77
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun May 31 16:59:34 2020 -0700

    Add boost::program_options for new requirement in master.

diff --git a/modules/boost.json b/modules/boost.json
index 05442d0..1c49657 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,program_options,regex",
         "./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