]> git.pld-linux.org Git - packages/asterisk.git/commitdiff
Set default voicemail storage to FILE_STORAGE
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 7 Jan 2014 14:21:18 +0000 (15:21 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 7 Jan 2014 15:28:21 +0000 (16:28 +0100)
The value in menuselect.makeopts can be easily broken when updating the
file, so set it explicitely in the spec too.

asterisk.spec
menuselect.makeopts

index 708617311a1dd9a040a4f6dbfcbe3e46f6d2ca46..929c3967dbc2ffd999c6f840021e02fab44fa7b4 100644 (file)
@@ -556,6 +556,7 @@ cd ..
 
 cp -f .cleancount .lastclean
 
+%{__sed} -i -e 's/^MENUSELECT_OPTS_app_voicemail=.*$/MENUSELECT_OPTS_app_voicemail=FILE_STORAGE/' menuselect.makeopts
 %{__make} DEBUG= \
        OPTIMIZE= \
        ASTVARRUNDIR=%{_localstatedir}/run/asterisk \
index 8c396f6d5f5e9b9edf456ffa84d79af6b4b7e365..658df0c0af11eb867d10da60f8845df3d08142ff 100644 (file)
@@ -11,7 +11,7 @@ MENUSELECT_PBX=
 MENUSELECT_RES=res_stasis_test res_timing_kqueue 
 MENUSELECT_TESTS=test_abstract_jb test_acl test_amihooks test_aoc test_app test_ari test_ari_model test_ast_format_str_reduce test_astobj2 test_astobj2_thrash test_bucket test_cdr test_cel test_config test_db test_devicestate test_dlinklists test_endpoints test_event test_expr test_format_api test_func_file test_gosub test_hashtab_thrash test_heap test_jitterbuf test_json test_linkedlists test_locale test_logger test_netsock2 test_optional_api test_pbx test_poll test_res_stasis test_sched test_scoped_lock test_security_events test_skel test_sorcery test_sorcery_astdb test_sorcery_realtime test_stasis test_stasis_channels test_stasis_endpoints test_stringfields test_strings test_substitution test_taskprocessor test_threadpool test_time test_utils test_uuid test_voicemail_api test_xml_escape 
 MENUSELECT_CFLAGS=LOADABLE_MODULES 
-MENUSELECT_OPTS_app_voicemail=ODBC_STORAGE 
+MENUSELECT_OPTS_app_voicemail=FILE_STORAGE
 MENUSELECT_UTILS=astcanary astdb2sqlite3 astdb2bdb 
 MENUSELECT_AGIS=
 MENUSELECT_EMBED=
This page took 0.261912 seconds and 4 git commands to generate.