mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-06 02:22:56 +00:00
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
|
if HAVE_ODBC
|
||||||
AM_CFLAGS += -DHAVE_ODBC $(ODBC_INC_FLAGS)
|
AM_CFLAGS += -DHAVE_ODBC $(ODBC_INC_FLAGS)
|
||||||
AM_CPPFLAGS += -DHAVE_ODBC $(ODBC_INC_FLAGS)
|
AM_CPPFLAGS += -DHAVE_ODBC $(ODBC_INC_FLAGS)
|
||||||
AM_LDFLAGS += -DHAVE_ODBC
|
AM_LDFLAGS += -DHAVE_ODBC -lodbc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
mod_LTLIBRARIES = mod_v8.la
|
mod_LTLIBRARIES = mod_v8.la
|
||||||
|
Loading…
x
Reference in New Issue
Block a user