diff options
author | François Andriot <albator78@libertysurf.fr> | 2020-01-18 20:25:10 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2020-01-18 20:29:30 +0100 |
commit | 685d3568bfc83de6ab77e5f817edb1d3514db323 (patch) | |
tree | 3117025b53d311ef9be0142b4d33472c1e962c7e /redhat/applications/koffice | |
parent | 43ce0a2b329dbb0b4575e19f8b456c838d117b16 (diff) | |
download | tde-packaging-685d3568bfc83de6ab77e5f817edb1d3514db323.tar.gz tde-packaging-685d3568bfc83de6ab77e5f817edb1d3514db323.zip |
RPM: various update to build 14.0.7
Diffstat (limited to 'redhat/applications/koffice')
-rw-r--r-- | redhat/applications/koffice/koffice.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/redhat/applications/koffice/koffice.spec b/redhat/applications/koffice/koffice.spec index 411dd344e..6525e00cb 100644 --- a/redhat/applications/koffice/koffice.spec +++ b/redhat/applications/koffice/koffice.spec @@ -1066,7 +1066,11 @@ export kde_confdir="%{tde_confdir}" %if 0%{?suse_version} == 1220 RD=$(ruby -r rbconfig -e 'printf("%s",Config::CONFIG["rubyhdrdir"])') -export CXXFLAGS="${CXXFLAGS} -I${RD}/%_normalized_cpu-linux" +CXXFLAGS="${CXXFLAGS} -I${RD}/%_normalized_cpu-linux" +%endif + +%if 0%{?suse_version} >= 1550 +CXXFLAGS="${CXXFLAGS} -std=c++11" %endif # FTBFS on RHEL 5 |