]> git.pld-linux.org Git - packages/asterisk.git/blob - gsm-libpoison.patch
drop unmaintained zhone hacks
[packages/asterisk.git] / gsm-libpoison.patch
1 --- asterisk-1.6.1.12/configure.ac~     2009-12-31 20:48:16.000000000 +0200
2 +++ asterisk-1.6.1.12/configure.ac      2009-12-31 20:50:47.660532467 +0200
3 @@ -657,10 +657,20 @@
4        GSM_INTERNAL="no"
5     fi
6     if test "${GSM_SYSTEM}" = "yes"; then
7 +
8 +      case "$host_cpu" in
9 +      x86_64|s390x)
10 +          _lib=lib64
11 +          ;;
12 +      *)
13 +          _lib=lib
14 +          ;;
15 +      esac
16 +
17        gsmlibdir=""
18        if test "x${GSM_DIR}" != "x"; then
19 -         if test -d ${GSM_DIR}/lib; then
20 -            gsmlibdir="-L${GSM_DIR}/lib"
21 +         if test -d ${GSM_DIR}/${_lib}; then
22 +            gsmlibdir="-L${GSM_DIR}/${_lib}"
23           else
24              gsmlibdir="-L${GSM_DIR}"
25           fi
This page took 0.025265 seconds and 3 git commands to generate.