Re: -pthread deprecated, but when?

From: Matthias Andree <ma_at_dt.e-technik.uni-dortmund.de>
Date: Tue, 09 Sep 2003 23:48:17 +0200
Doug Barton <DougB_at_FreeBSD.org> writes:

>         _at_ ${CP} ${WRKSRC}/configure ${WRKSRC}/configure.Patched
>         _at_ ${SED} -e 's#-lpthread#${PTHREAD_LIBS}#g' \

How about: ${SED} -Ee 's#-l?pthread#${PTHREAD_LIBS}#g' \

That's the one necessary to catch -pthread (such as BerkeleyDB) in
addition to -lpthread.

-- 
Matthias Andree

Encrypt your mail: my GnuPG key ID is 0x052E7D95
Received on Tue Sep 09 2003 - 12:48:29 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:22 UTC