Source: bfgminer Version: 5.4.2+dfsg-1 Severity: normal Tags: patch With gcc in stretch defaulting to PIE, hardening=+all,-pie changed semantics from "enable hardening but not PIE" to "enable all hardening and explicitely disable the default PIE". The latter is usually not intended.
Please consider applying the following change: --- debian/rules.old 2017-03-20 08:47:28.000000000 +0000 +++ debian/rules 2017-03-20 08:47:38.000000000 +0000 @@ -4,7 +4,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie +export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: dh $@ --with autoreconf