mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-28 08:02:54 +00:00
The ports freeze may take longer than anticipated. Instead of
waiting for it to be delayed, temporarily back out the -pthread removal until the freeze is lifted. Freeze possibly taking longer than necessary: will Requested by: kris
This commit is contained in:
parent
009b6fcb03
commit
0fa21a585c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120312
@ -159,10 +159,9 @@ is built with the --enable-threads configure-time option.} \
|
||||
#include <sys/param.h>
|
||||
#if __FreeBSD_version >= 500016
|
||||
#define FBSD_LIB_SPEC " \
|
||||
%{pthread: %eThe -pthread option is deprecated.} \
|
||||
%{!shared: \
|
||||
%{!pg: -lc} \
|
||||
%{pg: -lc_p} \
|
||||
%{!pg: %{pthread:-lc_r} -lc} \
|
||||
%{pg: %{pthread:-lc_r_p} -lc_p} \
|
||||
}"
|
||||
#else
|
||||
#define FBSD_LIB_SPEC " \
|
||||
|
Loading…
Reference in New Issue
Block a user