From a5ee6fa1836ed3986be333d6c9b4eed8d639636b Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 17 May 2023 17:02:25 +0000 Subject: Add schroot --- repo/schroot/schroot-cppunit.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 repo/schroot/schroot-cppunit.patch (limited to 'repo/schroot/schroot-cppunit.patch') diff --git a/repo/schroot/schroot-cppunit.patch b/repo/schroot/schroot-cppunit.patch new file mode 100644 index 0000000..3e11c73 --- /dev/null +++ b/repo/schroot/schroot-cppunit.patch @@ -0,0 +1,11 @@ +--- a/configure.ac 2017-05-20 09:50:30.146864516 +0000 ++++ b/configure.ac 2017-05-20 09:51:26.216792794 +0000 +@@ -336,7 +336,7 @@ + [HAVE_UUID=yes], + [HAVE_UUID=no]) + +-AM_PATH_CPPUNIT([1.10.0], [HAVE_CPPUNIT=yes]) ++PKG_CHECK_MODULES([CPPUNIT], [cppunit], [HAVE_CPPUNIT=yes], [HAVE_CPPUNIT=no]) + AM_CONDITIONAL([USE_UNIT_TESTS], [test -n "$HAVE_CPPUNIT"]) + + SCHROOT_CFLAGS="$UUID_CFLAGS" -- cgit v1.2.1