[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Disabling -pie when linking?
From: |
Svante Signell |
Subject: |
Disabling -pie when linking? |
Date: |
Sun, 20 Jan 2013 18:18:16 +0100 |
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
- Disabling -pie when linking?,
Svante Signell <=