[autobuild] test_configfile might need vector.c (fixes #2752)
needed to build on Solaris using Oracle Solaris Studio (thx petrs) x-ref: "vector_realloc missing when linking test_configfile" https://redmine.lighttpd.net/issues/2752
This commit is contained in:
parent
cb1a3c6299
commit
2af88b2357
|
@ -410,7 +410,7 @@ test_buffer_LDADD = $(LIBUNWIND_LIBS)
|
|||
test_base64_SOURCES = test_base64.c base64.c buffer.c
|
||||
test_base64_LDADD = $(LIBUNWIND_LIBS)
|
||||
|
||||
test_configfile_SOURCES = test_configfile.c buffer.c array.c data_string.c keyvalue.c log.c
|
||||
test_configfile_SOURCES = test_configfile.c buffer.c array.c data_string.c keyvalue.c vector.c log.c
|
||||
test_configfile_LDADD = $(PCRE_LIB) $(LIBUNWIND_LIBS)
|
||||
|
||||
noinst_HEADERS = $(hdr)
|
||||
|
|
Loading…
Reference in New Issue