Page MenuHomePhabricator

CppMicroServices: don't add FORTIFY_SOURCE
Closed, ResolvedPublic

Description

it conflicts with system defined compiler flag and I need to add -U_FORTIFY_SOURCE all the time, please don't do it or add it with -U_FORTIFY_SOURCE prefixed

thanks!

Event Timeline

@heather: could you provide a few more details please?
@zelzer: is this something you fixed along the new us release?

@nolden it's very common issue, e.g. googling "FORTIFY_SOURCE redefinition" will prove that it's common around many people
PR: https://github.com/CppMicroServices/CppMicroServices/pull/29

The CppMicroServices PR will be integrated into the 3.0 release. You can fix it in MITK as well if you want, we could take care of merging the changes later.

kislinsk lowered the priority of this task from Unbreak Now! to High.Aug 9 2016, 9:24 AM
kislinsk edited projects, added MITK (2016-11); removed MITK.