Accepting request 789995 from devel:tools:scm:svn
OBS-URL: https://build.opensuse.org/request/show/789995 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=171
This commit is contained in:
commit
4038029125
18
gcc10-do-not-optimize-get_externals_to_pin.patch
Normal file
18
gcc10-do-not-optimize-get_externals_to_pin.patch
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
diff --git a/subversion/bindings/javahl/native/SVNClient.cpp b/subversion/bindings/javahl/native/SVNClient.cpp
|
||||||
|
index 2c83f56..f1c8b02 100644
|
||||||
|
--- a/subversion/bindings/javahl/native/SVNClient.cpp
|
||||||
|
+++ b/subversion/bindings/javahl/native/SVNClient.cpp
|
||||||
|
@@ -77,10 +77,13 @@
|
||||||
|
#include "private/svn_subr_private.h"
|
||||||
|
#include "svn_private_config.h"
|
||||||
|
|
||||||
|
+#pragma GCC push_options
|
||||||
|
+#pragma GCC optimize("-O0")
|
||||||
|
#include "ExternalItem.hpp"
|
||||||
|
#include "jniwrapper/jni_list.hpp"
|
||||||
|
#include "jniwrapper/jni_stack.hpp"
|
||||||
|
#include "jniwrapper/jni_string_map.hpp"
|
||||||
|
+#pragma GCC pop_options
|
||||||
|
|
||||||
|
|
||||||
|
SVNClient::SVNClient(jobject jthis_in)
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 31 06:02:23 UTC 2020 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Fix boo#1167467 by gcc10-do-not-optimize-get_externals_to_pin.patch.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 8 09:59:46 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
Wed Jan 8 09:59:46 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -62,6 +62,7 @@ Patch39: subversion-fix-parallel-build-support-for-perl-bindings.patch
|
|||||||
Patch40: subversion-perl-underlinking.patch
|
Patch40: subversion-perl-underlinking.patch
|
||||||
# PATCH-FIX-UPSTREAM subversion-1.12.0-swig-4.patch -- Support Swig 4
|
# PATCH-FIX-UPSTREAM subversion-1.12.0-swig-4.patch -- Support Swig 4
|
||||||
Patch41: subversion-1.12.0-swig-4.patch
|
Patch41: subversion-1.12.0-swig-4.patch
|
||||||
|
Patch42: gcc10-do-not-optimize-get_externals_to_pin.patch
|
||||||
BuildRequires: apache-rpm-macros
|
BuildRequires: apache-rpm-macros
|
||||||
BuildRequires: apache2-devel >= 2.2.0
|
BuildRequires: apache2-devel >= 2.2.0
|
||||||
BuildRequires: apache2-prefork
|
BuildRequires: apache2-prefork
|
||||||
@ -242,6 +243,7 @@ parameters and keywords for the svn command and other tools.
|
|||||||
%if 0%{?suse_version} > 1500
|
%if 0%{?suse_version} > 1500
|
||||||
%patch41 -p1
|
%patch41 -p1
|
||||||
%endif
|
%endif
|
||||||
|
%patch42 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Re-boot strap, needed for patch37
|
# Re-boot strap, needed for patch37
|
||||||
|
Loading…
x
Reference in New Issue
Block a user