[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:
Glenn Strauss 2016-09-21 04:53:29 -04:00
parent cb1a3c6299
commit 2af88b2357
1 changed files with 1 additions and 1 deletions

View File

@ -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)