Douglas R. Reno wrote:
On Wed, Nov 30, 2016 at 10:37 PM, DJ Lucas <d...@linuxfromscratch.org> wrote:

Anybody else have issue with the pthread-stubs sed? Causes configure to be
generated with "then\n\nfi" (a syntax error) on my system.

IIUC, we want to make the check not required. I believe this is a more
correct sed to invalidate the check:

sed '/pthread_stubs_possible/s/\"yes/\"no/' -i configure.ac &amp;&amp;
autogen.sh ...

--DJ


That sounds more correct to me. I have had several people report it on IRC.

Did you get the sed correct?

There are only three instances of pthread_stubs_possible in configure.ac. The sed uses:

/pthread_stubs_possible=/

Did you miss the = sign?

  -- Bruce



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

Reply via email to