[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Lintian warning hardening-no-stackprotector although compiled with hardening options



Hello Daniel,

[the appended logfile wasn't complete!]

Daniel Leidert wrote on 2012-05-17 17:25:

> So why does lintian give me those warnings and how can it be fixed?

I had the same problem with fox1.6. Please check your build log file
wether "-fstack-protector" is really inside.

I had found that in configure.ac CXXFLAGS will be reset at first.
Now I use this solution in configure.ac:

   CXXFLAGS=${CXXFLAGS}
   LDFLAGS=${LDFLAGS}

Perhaps you can use a similar solution.

---
Have a nice day.

Joachim (Germany)


Reply to: