Hi All,

the recent version adds support to build xmlsec against non-installed libxml2 and libxslt.

I'm not sure that configure script add correct flags for libxslt - see attached file "xmlsec-xsltsrc.patch" with fix.

Roumen
diff --git a/configure.in b/configure.in
index 34eb0c3..0920269 100644
--- a/configure.in
+++ b/configure.in
@@ -270,8 +270,8 @@ elif test "z$with_libxslt_src" != "z" ; then
     if cd "$with_libxslt_src" ; then 
 	SRC_DIR=`pwd`
 	LIBXSLT_CONFIG=${SRC_DIR}/xslt-config
-	LIBXSLT_LIBS="-L${SRC_DIR}/.libs -lxslt"
-	LIBXSLT_CFLAGS="-I${SRC_DIR}/include"
+	LIBXSLT_LIBS="-L${SRC_DIR}/libxslt/.libs -lxslt"
+	LIBXSLT_CFLAGS="-I${SRC_DIR}"
 	LIBXSLT_FOUND="yes"
 	cd $CWD
 	AC_MSG_RESULT([yes (source)])    
_______________________________________________
xmlsec mailing list
[email protected]
http://www.aleksey.com/mailman/listinfo/xmlsec

Reply via email to