Hello, A recent problem popping up is that executables using the -pie flag when linking segfaults when starting up. Examples are mktable in w3m and elinks (causing aptitude build to fail). Until the problem is resolved Debian packages can be built by adding the -pie option to DEB_BUILD_MAINT_OPTIONS, but of course this is only a workaround. Any gcc experts out there?
export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie