broken sed in 1.5.1 cipher/Makefile.am

Andreas Metzler ametzler at downhill.at.eu.org
Thu Mar 21 20:11:54 CET 2013


Hello,

1.5.1 has this change compared to 1.5.0:
-o_flag_munging = sed -e 's/-O[2-9s]*/-O1/g'
+o_flag_munging = sed -e 's/-O([2-9s]|fast)*/-O1/g'

I think the changed line should read

+o_flag_munging = sed -e 's/-O([2-9s]*|fast)/-O1/g'

instead.

cu andreas

-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'




More information about the Gcrypt-devel mailing list