https://bugzilla.redhat.com/show_bug.cgi?id=1238804 --- Comment #13 from Petr Pisar <ppisar@xxxxxxxxxx> --- /usr/bin/perl is now built with all necessary options, but the resulting executable differs from other executables: $ readelf -d /usr/bin/rpm | grep NOW 0x0000000000000018 (BIND_NOW) 0x000000006ffffffb (FLAGS_1) Flags: NOW PIE $ readelf -d /usr/bin/perl | grep NOW 0x000000000000001e (FLAGS) BIND_NOW 0x000000006ffffffb (FLAGS_1) Flags: NOW PIE I need to figure out if this is a problem or not. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx