On 22.05.2015 00:54, Douglas R. Reno wrote: > Hi all, > > I need to have someone else's opinion about how to add the patch into > the instructions. Since it needs configure.ac, autoreconf -fiv must be > run to regenerate configure, eliminating the changes made by the > glibc-2.21 patch. Therefore, I need to know how to reorganize the page > to accommodate the patch. I would like some kind of recommendation on > how to restructure the page. > > Thanks, > > Douglas R. Reno >
You can use the following sed to add 4.0 support: sed -i 's#|3.\*#&|4.\*#' configure You can also use the sed instead of patch to add newer glibc support: sed -i "s/2.20/2.21/g" configure -- Note: My last name is not Krejzi.
signature.asc
Description: OpenPGP digital signature
-- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
