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:
Michal Bielicki 2008-02-07 23:45:11 +00:00
parent bd133f6413
commit 48968c15b2
1 changed files with 1 additions and 1 deletions

View File

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