Re: -pthread deprecated, but when?
From: Doug Barton (DougB_at_FreeBSD.org)
Date: 09/10/03
- Previous message: Doug Barton: "Re: -pthread deprecated, but when?"
- In reply to: Matthias Andree: "Re: -pthread deprecated, but when?"
- Next in thread: Scot W. Hetzel: "Re: -pthread deprecated, but when?"
- Reply: Scot W. Hetzel: "Re: -pthread deprecated, but when?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 9 Sep 2003 16:15:29 -0700 (PDT) To: Matthias Andree <ma@dt.e-technik.uni-dortmund.de>
On Tue, 9 Sep 2003, Matthias Andree wrote:
> Doug Barton <DougB@FreeBSD.org> writes:
>
> > @ ${CP} ${WRKSRC}/configure ${WRKSRC}/configure.Patched
> > @ ${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.
You should use whatever is appropriate for your port... I just posted an
example from one of mine.
Doug
--
This .signature sanitized for your protection
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
- Previous message: Doug Barton: "Re: -pthread deprecated, but when?"
- In reply to: Matthias Andree: "Re: -pthread deprecated, but when?"
- Next in thread: Scot W. Hetzel: "Re: -pthread deprecated, but when?"
- Reply: Scot W. Hetzel: "Re: -pthread deprecated, but when?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|