b9f177cd1b
- Add gcc10-do-not-optimize-get_externals_to_pin.patch in order to fix boo#1170834. OBS-URL: https://build.opensuse.org/request/show/800316 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=322
21 lines
616 B
Diff
21 lines
616 B
Diff
diff --git a/build.conf b/build.conf
|
|
index 7631a61..f9551f0 100644
|
|
--- a/build.conf
|
|
+++ b/build.conf
|
|
@@ -805,15 +805,6 @@ msvc-force-static = yes
|
|
|
|
# ----------------------------------------------------------------------------
|
|
# Tests for libsvn_fs_fs
|
|
-[fs-fs-pack-test]
|
|
-description = Test fsfs packing in libsvn_fs_fs
|
|
-type = exe
|
|
-path = subversion/tests/libsvn_fs_fs
|
|
-sources = fs-fs-pack-test.c
|
|
-install = test
|
|
-libs = libsvn_test libsvn_fs libsvn_fs_fs libsvn_delta
|
|
- libsvn_subr apriconv apr
|
|
-msvc-force-static = yes
|
|
|
|
[fs-fs-fuzzy-test]
|
|
description = Use fuzzying to test FSFS corruption resilience
|