Fixes build error in opensc-notify (issue #2068).

This commit is contained in:
Zoltan Kelemen 2020-06-30 16:45:11 +02:00 committed by Frank Morgner
parent 223a0949e8
commit bf30d64cf9
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ endif
opensc_notify_SOURCES = opensc-notify.c opensc-notify-cmdline.c
opensc_notify_LDADD = $(top_builddir)/src/libopensc/libopensc.la $(OPTIONAL_NOTIFY_LIBS)
opensc_notify_CFLAGS = -I$(top_srcdir)/src $(OPTIONAL_NOTIFY_CFLAGS)
opensc_notify_CFLAGS = -I$(top_srcdir)/src $(PTHREAD_CFLAGS) $(OPTIONAL_NOTIFY_CFLAGS)
opensc_notify_CFLAGS += -Wno-unused-but-set-variable
if HAVE_UNKNOWN_WARNING_OPTION
opensc_notify_CFLAGS += -Wno-unknown-warning-option