[Freeswitch-svn] [commit] r7547 - freeswitch/trunk
Freeswitch SVN
cypromis at freeswitch.org
Thu Feb 7 18:45:11 EST 2008
Author: cypromis
Date: Thu Feb 7 18:45:11 2008
New Revision: 7547
Modified:
freeswitch/trunk/Makefile.am
Log:
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
Modified: freeswitch/trunk/Makefile.am
==============================================================================
--- freeswitch/trunk/Makefile.am (original)
+++ freeswitch/trunk/Makefile.am Thu Feb 7 18:45:11 2008
@@ -154,7 +154,7 @@
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
More information about the Freeswitch-svn
mailing list