On 02/23/2016 04:10 PM, Christian Dersch wrote:
> Hi all,
> 
> some weeks ago I took the quassel package to fix security issues. This
> worked fine for Fedora and EPEL 7, but for EPEL 6 I'm unable to apply
> security fixes as one of them (the most important one...) requires C++11
> features not available in gcc 4.4 :( What is the best strategy for such
> a package?

The man page says -std=c++0x the (old, now deprecated) option for
enabling 2011 ISO C++.  (Also -std=gnu++0x).

On my RHEL6 box with gcc-4.4.7 I can run `g++ -std=c++0x foo.cxx`,
although I couldn't tell you if that actually is useful for the
sources/patches you need to compile.

--

Kaleb
_______________________________________________
epel-devel mailing list
epel-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/epel-devel@lists.fedoraproject.org

Reply via email to