Created
February 25, 2015 12:52
-
-
Save jborg/d50975951580c53322a0 to your computer and use it in GitHub Desktop.
xmlsec1-config: Add missing XMLSEC_NO_SIZE_T
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /usr/bin/xmlsec1-config.orig 2015-02-25 13:47:13.384286257 +0100 | |
+++ /usr/bin/xmlsec1-config 2015-02-25 13:46:54.849285579 +0100 | |
@@ -199,7 +199,7 @@ | |
# | |
# Assemble all the settings together | |
# | |
-the_flags="$the_flags -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_DL_LIBLTDL=1 -I/usr/include/xmlsec1 $the_xml_flags $the_xslt_flags $the_crypto_flags" | |
+the_flags="$the_flags -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_DL_LIBLTDL=1 -DXMLSEC_NO_SIZE_T -I/usr/include/xmlsec1 $the_xml_flags $the_xslt_flags $the_crypto_flags" | |
the_libs="$the_libs -L${package_libdir} -lxmlsec1 -lltdl $the_xmlsec_crypto_lib -lxmlsec1 $the_xml_libs $the_xslt_libs $the_crypto_libs" | |
if $cflags; then |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment