Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test/dashboard: fix segfault when importing dm.xmlsec.binding
python-saml depends on dm.xmlsec.binding which is a python binding of xmlsec C library. but without -DXMLSEC_NO_SIZE_T the compiled dm.xmlsec.binding segfaults when `import dm.xmlsec.binding`. see SAML-Toolkits/python-saml#30 and 4teamwork/ftw.saml2auth#3 . in long term, we might want to switch to python-saml, see http://tracker.ceph.com/issues/37081 Signed-off-by: Kefu Chai <[email protected]>
- Loading branch information