[python] Improved to be able to build without gdbm, readline or zlib
[opensde-package-nopast.git] / network / asterisk / asterisk.conf
blob897535c67d1745dc3e65350a4e990e4f1ed33a02
1 # --- SDE-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # Filename: package/.../asterisk/asterisk.conf
5 # Copyright (C) 2004 - 2006 The T2 SDE Project
6 # Copyright (C) 1998 - 2004 Clifford Wolf
8 # More information can be found in the files COPYING and README.
10 # This program is free software; you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License as published by
12 # the Free Software Foundation; version 2 of the License. A copy of the
13 # GNU General Public License can be found in the file COPYING.
14 # --- SDE-COPYRIGHT-NOTE-END ---
16 if [ $prefix_auto = 1 ] ; then
17         prefix="opt/asterisk"
18         set_confopt
21 var_append makeopt ' ' "ASTLIBDIR=$libdir"
22 var_append makeopt ' ' "ASTVARLIBDIR=$datadir"
23 var_append makeopt ' ' "ASTETCDIR=$sysconfdir"
24 var_append makeopt ' ' "ASTSPOOLDIR=$localstatedir/spool"
25 var_append makeopt ' ' "ASTLOGDIR=$localstatedir/log"
26 var_append makeopt ' ' "ASTHEADERDIR=$includedir/asterisk"
27 var_append makeopt ' ' "ASTBINDIR=$bindir"
28 var_append makeopt ' ' "ASTSBINDIR=$sbindir"
29 var_append makeopt ' ' "ASTVARRUNDIR=$localstatedir/run"
30 var_append makeopt ' ' "ASTMANDIR=$mandir"
32 makeinstopt="$makeopt install"
34 var_append makeinstopt " " "samples"
36 var_append GCC_WRAPPER_INSERT " " "-I/opt/postgresql/include"
37 var_append GCC_WRAPPER_INSERT " " "-L/opt/postgresql/lib"