diff options
Diffstat (limited to 'user/oprofile/disable-regex-test.patch')
-rw-r--r-- | user/oprofile/disable-regex-test.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/oprofile/disable-regex-test.patch b/user/oprofile/disable-regex-test.patch new file mode 100644 index 000000000..7904cae4f --- /dev/null +++ b/user/oprofile/disable-regex-test.patch @@ -0,0 +1,11 @@ +--- oprofile-1.3.0/libregex/tests/Makefile.in.old 2018-07-16 19:39:39.000000000 +0000 ++++ oprofile-1.3.0/libregex/tests/Makefile.in 2018-10-10 20:38:01.400000000 +0000 +@@ -87,7 +87,7 @@ + POST_UNINSTALL = : + build_triplet = @build@ + host_triplet = @host@ +-check_PROGRAMS = regex_test$(EXEEXT) java_test$(EXEEXT) ++check_PROGRAMS = java_test$(EXEEXT) + TESTS = $(check_PROGRAMS) + subdir = libregex/tests + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |