Try to fix build with static boost.
authorCarl Hetherington <cth@carlh.net>
Tue, 25 Jul 2017 14:11:41 +0000 (15:11 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 25 Jul 2017 14:11:41 +0000 (15:11 +0100)
wscript

diff --git a/wscript b/wscript
index b8c8fa76360862c84ea8f180c96045a25fc1fb1a..e928a2ad3e8119ea6717102d5ca1360b86bcd190 100644 (file)
--- a/wscript
+++ b/wscript
@@ -80,7 +80,7 @@ def configure(conf):
                            """,
                    msg='Checking for boost locale library',
                    libpath='/usr/local/lib',
-                   lib=['boost_locale%s' % boost_lib_suffix, 'boost_system%s' % boost_lib_suffix],
+                   lib=['boost_locale%s' % boost_lib_suffix, 'boost_system%s' % boost_lib_suffix, 'icui18n', 'icuio', 'icule', 'iculx', 'icutu', 'icuuc'],
                    uselib_store='BOOST_LOCALE')
 
     conf.check_cxx(fragment="""