Pull in third-party poll emulator and automatically link it in if we detect the system's poll is broken
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
AM_CFLAGS = -pedantic -Wall -Wextra -pipe $(HARDEN_CFLAGS)
|
||||
|
||||
noinst_LIBRARIES = libpoll.a
|
||||
|
||||
libpoll_a_SOURCES = \
|
||||
sys/poll.h \
|
||||
poll.h \
|
||||
poll.c
|
||||
|
||||
EXTRA_DIST = LICENSE
|
||||
Reference in New Issue
Block a user