mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
fixes the immediate segmentation violations from some multithreaded programs built on very up-to-date systems.
7 lines
148 B
Makefile
7 lines
148 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= gcc_r
|
|
CFLAGS+=-D_PTHREADS
|
|
CFLAGS+=-D'__GTHREAD_MUTEX_INIT_FUNCTION(m)=pthread_mutex_init(m, NULL)'
|
|
|
|
.include "../libgcc/Makefile"
|