summaryrefslogtreecommitdiff
path: root/project/config/cfgdefs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'project/config/cfgdefs.sh')
-rw-r--r--project/config/cfgdefs.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/project/config/cfgdefs.sh b/project/config/cfgdefs.sh
index 61482d3..8e304fd 100644
--- a/project/config/cfgdefs.sh
+++ b/project/config/cfgdefs.sh
@@ -231,6 +231,19 @@ cfgdefs_perform_target_tests()
mb_cfgtest_makevar='LDFLAGS_SQLITE_STATIC'
cfgtest_makevar_append '$(LDFLAGS_SQLITE)'
+ # expat
+ cfgtest_newline
+ cfgtest_comment 'expat'
+
+ mb_cfgtest_makevar='CFLAGS_EXPAT'
+ cfgtest_makevar_append '-DXML_DEV_URANDOM'
+
+ mb_cfgtest_makevar='LDFLAGS_EXPAT'
+ cfgtest_makevar_append '-lexpat'
+
+ mb_cfgtest_makevar='LDFLAGS_EXPAT_STATIC'
+ cfgtest_makevar_append '$(LDFLAGS_EXPAT)'
+
# pretty cfgdefs.mk
cfgtest_newline
}