https://bugzilla.redhat.com/show_bug.cgi?id=1209971 --- Comment #8 from Daniel Kopeček <dkopecek@xxxxxxxxxx> --- (In reply to Petr Lautrbach from comment #3) > 54 %ifarch sparc64 > 55 #sparc64 need big PIE > 56 export CXXFLAGS="$RPM_OPT_FLAGS -fPIE" > 57 export CFLAGS=$CXXFLAGS > 58 export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now" > 59 %else > 60 export CXXFLAGS="$RPM_OPT_FLAGS -fpie" > 61 export CFLAGS=$CXXFLAGS > 62 export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now" > 63 %endif > > I would rather use: > > %global _hardened_build 1 > > see > https://fedoraproject.org/wiki/Packaging:Guidelines?rd=Packaging/ > Guidelines#PIE Fixed by using the _hardened_build variable. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review