force libtool to leave -lodbc alone and not replace it by /usr/lib/libodbc.so since that drives the dynamic detection of platform dependant libodbc.so nuts
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7547 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
bd133f6413
commit
48968c15b2
|
@ -154,7 +154,7 @@ endif
|
|||
if ADD_ODBC
|
||||
CORE_CFLAGS += -DSWITCH_HAVE_ODBC
|
||||
libfreeswitch_la_SOURCES += src/switch_odbc.c
|
||||
libfreeswitch_la_LDFLAGS += -lodbc
|
||||
libfreeswitch_la_LDFLAGS += -Wl,-lodbc
|
||||
endif
|
||||
|
||||
bin_SCRIPTS = scripts/gentls_cert scripts/fsxs
|
||||
|
|
Loading…
Reference in New Issue