]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
CDR drivers depend upon res_odbc, not directly on the ODBC libraries
authorTilghman Lesher <tilghman@meg.abyt.es>
Mon, 23 Aug 2010 21:32:14 +0000 (21:32 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Mon, 23 Aug 2010 21:32:14 +0000 (21:32 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@283318 65c4cc65-6c06-0410-ace0-fbb531ad65f3

cdr/cdr_adaptive_odbc.c
cdr/cdr_odbc.c

index 7b5b8dc74d3d501c4908d198fe39cc52d6a42f98..6b081996308af3a6675d8467892cbca23bf8aab6 100644 (file)
@@ -25,8 +25,7 @@
  */
 
 /*** MODULEINFO
-       <depend>generic_odbc</depend>
-       <depend>ltdl</depend>
+       <depend>res_odbc</depend>
  ***/
 
 #include "asterisk.h"
index 8af2edc20f48bfad1292349a15054113e942af1a..eb8a79c4499231a2072a61491cbe29a638d496b9 100644 (file)
@@ -29,8 +29,7 @@
  */
 
 /*** MODULEINFO
-       <depend>generic_odbc</depend>
-       <depend>ltdl</depend>
+       <depend>res_odbc</depend>
  ***/
 
 #include "asterisk.h"