added -D_REENTRANT to library cflags
This commit is contained in:
parent
a47a8b6028
commit
4cfdf12baa
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ libcomedi_la_SOURCES = \
|
|||
buffer.c calib.c cmd.c comedi.c data.c dio.c error.c \
|
||||
filler.c get.c ioctl.c range.c sv.c timed.c timer.c
|
||||
|
||||
libcomedi_la_CFLAGS = $(COMEDILIB_CFLAGS)
|
||||
libcomedi_la_CFLAGS = $(COMEDILIB_CFLAGS) -D_REENTRANT
|
||||
libcomedi_la_LDFLAGS = -Wl,--version-script=$(srcdir)/version_script
|
||||
|
||||
calib_yacc.c: $(srcdir)/calib_yacc.y
|
||||
|
|
Loading…
Add table
Reference in a new issue