Hide Forgot
This would be the fix: Index: attr.spec =================================================================== RCS file: /cvs/dist/rpms/attr/RHEL-6/attr.spec,v retrieving revision 1.37 diff -u -p -r1.37 attr.spec --- attr.spec 27 Jun 2011 16:11:30 -0000 1.37 +++ attr.spec 1 Aug 2011 19:31:25 -0000 @@ -95,7 +95,7 @@ autoconf %build # attr abuses libexecdir -%configure --libdir=/%{_lib} --libexecdir=%{_libdir} +%configure --libdir=/%{_lib} --libexecdir=%{_libdir} LDFLAGS="$LDFLAGS -Wl,-z,relro" make LIBTOOL="libtool --tag=CC" %check
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Prior to this update, the attr library was built without support for read-only relocations (RELRO) flags. With this update, the library is now built with partial RELRO support.
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-1272.html