FS-6263: --resolve link to odbc when building mod_v8 w/ odbc
This commit is contained in:
parent
839f539b76
commit
f3616c815f
|
@ -68,7 +68,7 @@ BUILT_SOURCES = $(V8LIB) $(LIBCURL_DEPS)
|
|||
if HAVE_ODBC
|
||||
AM_CFLAGS += -DHAVE_ODBC $(ODBC_INC_FLAGS)
|
||||
AM_CPPFLAGS += -DHAVE_ODBC $(ODBC_INC_FLAGS)
|
||||
AM_LDFLAGS += -DHAVE_ODBC
|
||||
AM_LDFLAGS += -DHAVE_ODBC -lodbc
|
||||
endif
|
||||
|
||||
mod_LTLIBRARIES = mod_v8.la
|
||||
|
|
Loading…
Reference in New Issue