Thomas Trepl wrote:
> Hi,
>
> php5 (5.5.5) checks bison versions up to 2.7 but LFS installs version 3.0.
> This causes a failure in configure. It could be solved by a sed like this
>
> sed -i -e "s/2\.6\.5 2\.7\"/2.6.5 2.7 3.0\"/" configure

Interesting, but the following is easier to read.

sed -i -e 's/2.6.5 2.7/& 3.0/' configure

I don't like all those backslashes.  A quick check shows that it works.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to