https://bugzilla.redhat.com/show_bug.cgi?id=1238804
--- Comment #13 from Petr Pisar ppisar@redhat.com --- /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.