s/PTHREAD_FLAGS/PTHREAD_CFLAGS/
This commit is contained in:
parent
e37a574077
commit
dd2c38f159
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141478
@ -92,7 +92,7 @@
|
||||
|
||||
|
||||
-CFLAGS = $(COPTS) $(INCLUDES) $(TK_FLAGS)
|
||||
+CFLAGS += $(COPTS) $(INCLUDES) $(TK_FLAGS) ${PTHREAD_FLAGS}
|
||||
+CFLAGS += $(COPTS) $(INCLUDES) $(TK_FLAGS) ${PTHREAD_CFLAGS}
|
||||
|
||||
-LFLAGS = $(LIBDIRS)
|
||||
+LFLAGS = $(LIBDIRS) ${PTHREAD_LIBS}
|
||||
|
Loading…
Reference in New Issue
Block a user