summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-17 00:02:25 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-17 00:02:25 +0100
commitb9da90c7256cf15fff985c63d59ef21fd77ea1a8 (patch)
treed00e114565adaf17c73fcad9f56c722c40e5c7dc /wscript
parent4197a445b04fbe548533426337c1d6c101283044 (diff)
Try to fix static build.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 847a044..0fba570 100644
--- a/wscript
+++ b/wscript
@@ -24,7 +24,7 @@ def configure(conf):
if conf.options.static:
conf.env.HAVE_CXML = 1
- conf.env.STLIB_CXML = ['cxml', 'glibmm-2.4', 'glib-2.0', 'pcre', 'sigc-2.0', 'rt', 'xml++-2.6', 'xml2', 'z']
+ conf.env.STLIB_CXML = ['cxml', 'glibmm-2.4', 'glib-2.0', 'pcre', 'sigc-2.0', 'rt', 'xml++-2.6', 'xml2', 'pthread', 'z']
conf.check_cfg(package='libcxml', atleast_version='0.08', args='--cflags', uselib_store='CXML', mandatory=True)
else:
conf.check_cfg(package='libcxml', atleast_version='0.08', args='--cflags --libs', uselib_store='CXML', mandatory=True)