summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMichiel van Baak <michiel@vanbaak.info>2008-10-06 23:14:33 +0000
committerMichiel van Baak <michiel@vanbaak.info>2008-10-06 23:14:33 +0000
commit4560279c696e1dbab0b3b712f3dad432b5766aa7 (patch)
treed501a880f6e900346f7e2c9a221913c855db439c /apps
parent2ec290b09dee72f1ed2b19f7ed071df8b4acc696 (diff)
All ODBC parts can now use either unixodbc or iodbc.
This allows for the ODBC parts to work on OpenBSD as well. 99.99% of the work is done by seanbright (bow, bow) and I actually did nothing but test and yell at him that it still didn't work :) Thanks for helping out ! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@146925 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_voicemail.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 1e6799659..6e22f6c05 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -47,8 +47,10 @@ c-client (http://www.washington.edu/imap/
/*** MAKEOPTS
<category name="MENUSELECT_OPTS_app_voicemail" displayname="Voicemail Build Options" positive_output="yes" remove_on_change="apps/app_voicemail.o apps/app_directory.o">
<member name="ODBC_STORAGE" displayname="Storage of Voicemail using ODBC">
- <depend>unixodbc</depend>
+ <depend>unixodbc_or_iodbc</depend>
<depend>ltdl</depend>
+ <use>unixodbc</use>
+ <use>iodbc</use>
<conflict>IMAP_STORAGE</conflict>
<defaultenabled>no</defaultenabled>
</member>