[Asterisk-code-review] res odbc transaction: add dep on generic odbc (asterisk[14])
David M. Lee
asteriskteam at digium.com
Sun Aug 21 18:55:54 CDT 2016
David M. Lee has uploaded a new change for review.
https://gerrit.asterisk.org/3669
Change subject: res_odbc_transaction: add dep on generic_odbc
......................................................................
res_odbc_transaction: add dep on generic_odbc
When res_odbc_transaction depended on res_odbc, it got the generic_odbc
headers and libs implicitly. Now that it no longer depends on res_odbc,
its dependency on generic_odbc must be explicit.
Change-Id: I9db88f7af7388437f49903d3008ba8d4890d5911
---
M res/res_odbc_transaction.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/69/3669/1
diff --git a/res/res_odbc_transaction.c b/res/res_odbc_transaction.c
index 569fcb2..dd6ee30 100644
--- a/res/res_odbc_transaction.c
+++ b/res/res_odbc_transaction.c
@@ -26,6 +26,7 @@
#include "asterisk/module.h"
/*** MODULEINFO
+ <depend>generic_odbc</depend>
<support_level>core</support_level>
***/
--
To view, visit https://gerrit.asterisk.org/3669
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9db88f7af7388437f49903d3008ba8d4890d5911
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 14
Gerrit-Owner: David M. Lee <dlee at digium.com>
More information about the asterisk-code-review
mailing list