]> git.pld-linux.org Git - packages/asterisk.git/commitdiff
- enable gsmat
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 9 Feb 2008 14:15:34 +0000 (14:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asterisk.spec -> 1.108

asterisk.spec

index 4c5687360397e0e5a1c6d76f3e5ee39df4d2eb83..45b1105bf2b0c4859a2cad4a2db3728c85945fa4 100644 (file)
@@ -70,6 +70,7 @@ BuildRequires:        zlib-devel
 BuildRequires: openh323-devel
 BuildRequires: pwlib-devel
 %if %{with bristuff}
+BuildRequires: libgsmat-devel
 BuildRequires: libpri-bristuff-devel >= 1.2.4
 Requires:      libpri-bristuff
 %endif
@@ -166,10 +167,12 @@ echo '-lssl -lpam' > imap/c-client/LDFLAGS
 rm -f pbx/.depend
 
 %{__aclocal}
+%{__autoheader}
 %{__autoconf}
 
 CPPFLAGS="-I/usr/include/openh323"; export CPPFLAGS
 %configure \
+       %{?with_bristuff:--with-gsmat=%{_prefix}} \
        --with-imap="`pwd`"/imap
 
 cp -f .cleancount .lastclean
This page took 0.113751 seconds and 4 git commands to generate.