On 06 Jul 2015, at 16:54, ☎ Max.Suraev@fairwaves.co wrote:
After some further digging I've found that "make check" do not see this error but "dpkg-buildpackage -tc -uc -us" does. So apparently .deb build invoke different linker or same linker with different options which in turn triggers this bug.
No idea how to track down this difference.
export DEB_BUILD_HARDENING=1
will enable extra flags. E.g. -fPIE -pie might be a candidate?