]> git.pld-linux.org Git - packages/asterisk.git/commitdiff
- zaptel support back in form of bcond (there are non-DAHDI drivers out there)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 7 Jun 2011 16:35:17 +0000 (16:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asterisk.spec -> 1.126.2.17

asterisk.spec

index 810f994596eb41b7fb4bf0f950a0801dc02a3133..a47dfbbef9432eac47b805307c153dcfdad2e8fc 100644 (file)
@@ -10,6 +10,7 @@
 %bcond_with    rxfax           # without rx (also tx :-D) fax
 %bcond_with    bluetooth       # without bluetooth support (NFT)
 %bcond_without h323            # With H.323 support
+%bcond_with    zaptel          # zaptel instead of dahdi
 %bcond_with    zhone           # zhone hack
 %bcond_with    zhone_hack      # huge hack workarounding broken zhone channel banks which start randomly
                                # issuing pulse-dialled calls to weird numbers
@@ -57,7 +58,11 @@ BuildRequires:       autoconf
 BuildRequires: automake
 BuildRequires: bison
 %{?with_bluetooth:BuildRequires: bluez-devel}
+%if %{with zaptel}
+BuildRequires: zaptel-devel >= 1.2.10
+%else
 BuildRequires: dahdi-linux-devel
+%endif
 BuildRequires: freetds >= 0.63
 BuildRequires: gawk
 BuildRequires: gcc >= 5:3.4
@@ -188,8 +193,13 @@ rm -f pbx/.depend
 CPPFLAGS="-I/usr/include/openh323"; export CPPFLAGS
 %endif
 %configure \
+%if %{with zaptel}
+       --with-zaptel=%{_prefix} \
+       --without-dahdi \
+%else
        --with-dahdi=%{_prefix} \
        --without-zaptel \
+%endif
        --without-osptk \
        %{!?with_h323:--without-h323} \
        %{?with_bristuff:--with-gsmat=%{_prefix}} \
This page took 0.041868 seconds and 4 git commands to generate.