reopen 669495 thanks Dear Maintainer,
Please don't disable all hardening flags just because one
hardening option causes a build failure.
The problem is the pie hardening option which can cause
-fPIC/-fPIE conflicts (libraries must be built/linked with -fPIC,
binaries with -fPIE).
Most build systems can't handled that automatically, autoconf
should be able to take care of this but it seems it doesn't work
in this case.
To fix the build either consider fixing the -fPIC/-fPIE problem
(might be complicated) or just disable the pie option:
export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
If you've disabled all hardening flags in other packages as well
because of build failures please enable them again and just
disable the pie option. All other options shouldn't cause build
failures on different systems.
Regards,
Simon
--
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9
signature.asc
Description: Digital signature

