diff options
author | François Andriot <[email protected]> | 2015-11-12 15:33:20 +0100 |
---|---|---|
committer | François Andriot <[email protected]> | 2015-11-12 15:33:20 +0100 |
commit | 6d35d807af3922ef7aa259b25fd3f8f15c6dea9e (patch) | |
tree | 844a59bca97cc1c1698b770a092c0c8690a32a75 /redhat/applications/koffice | |
parent | ef3647b27122d9db4d6ec26840d92e628c5b561f (diff) | |
download | tde-packaging-6d35d807af3922ef7aa259b25fd3f8f15c6dea9e.tar.gz tde-packaging-6d35d807af3922ef7aa259b25fd3f8f15c6dea9e.zip |
RPM packaging: build fixes for TDE 14.0.2 on Fedora 23
Diffstat (limited to 'redhat/applications/koffice')
-rw-r--r-- | redhat/applications/koffice/koffice-14.0.0.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/applications/koffice/koffice-14.0.0.spec b/redhat/applications/koffice/koffice-14.0.0.spec index 3134cc61f..04fb6cbcf 100644 --- a/redhat/applications/koffice/koffice-14.0.0.spec +++ b/redhat/applications/koffice/koffice-14.0.0.spec @@ -1130,7 +1130,7 @@ export CXXFLAGS="${CXXFLAGS} -I${RD}/%_normalized_cpu-linux" %endif # FTBFS on Fedora 22 -%if 0%{?fedora} == 22 +%if 0%{?fedora} >= 23 %__sed -i "lib/kross/ruby/rubyinterpreter.cpp" \ -e "s|rb_set_safe_level|//rb_set_safe_level|" %endif |