Add inet_ntop and memmem for ocspcheck
This commit is contained in:
@@ -13,3 +13,11 @@ ocspcheck_LDADD += $(PLATFORM_LDADD) $(PROG_LDADD)
|
||||
ocspcheck_SOURCES = http.c
|
||||
ocspcheck_SOURCES += ocspcheck.c
|
||||
noinst_HEADERS = http.h
|
||||
|
||||
if !HAVE_INET_NTOP
|
||||
ocspcheck_SOURCES += compat/inet_ntop.c
|
||||
endif
|
||||
|
||||
if !HAVE_MEMMEM
|
||||
ocspcheck_SOURCES += compat/memmem.c
|
||||
endif
|
||||
|
Reference in New Issue
Block a user