xmltooling/xmltooling-python-cxxtest.patch
Guido Grazioli ed1f3c8ff9 Update to opensaml 2.4.3, xmltooling 1.4.2 (CVE-2011-1411)
Fix project url and download url
2011-09-12 08:17:14 +02:00

18 lines
813 B
Diff

diff -Naur xmltooling-1.4.2-orig/configure.ac xmltooling-1.4.2/configure.ac
--- xmltooling-1.4.2-orig/configure.ac 2011-06-28 02:38:30.000000000 +0200
+++ xmltooling-1.4.2/configure.ac 2011-09-12 07:52:39.050758345 +0200
@@ -388,12 +388,12 @@
[AC_DEFINE([HAVE_ITERATOR_TRAITS],[1],[Define to 1 if you have an STL implementation that supports std::iterator_traits.])],[])
# Check for unit test support
-CXXTEST="/usr/bin/cxxtestgen.pl"
+CXXTEST="/usr/bin/cxxtestgen"
CXXTESTFLAGS=""
AC_ARG_WITH(cxxtest,
AS_HELP_STRING([--with-cxxtest=PATH], [where cxxtest is installed]),
[if test x_$with_cxxtest != x_/usr; then
- CXXTEST="${with_cxxtest}/cxxtestgen.pl"
+ CXXTEST="${with_cxxtest}/cxxtestgen"
CXXTESTFLAGS="-I${with_cxxtest}"
fi])
if ! test -f "${CXXTEST}"; then