Fix Spec file to build again
This commit is contained in:
parent
6953881a71
commit
fbcee7c707
|
@ -121,13 +121,13 @@ Source3: http://files.freeswitch.org/downloads/libs/lame-3.98.4.tar.gz
|
||||||
Source4: http://files.freeswitch.org/downloads/libs/libshout-2.2.2.tar.gz
|
Source4: http://files.freeswitch.org/downloads/libs/libshout-2.2.2.tar.gz
|
||||||
Source5: http://files.freeswitch.org/downloads/libs/mpg123-1.13.2.tar.gz
|
Source5: http://files.freeswitch.org/downloads/libs/mpg123-1.13.2.tar.gz
|
||||||
#Source6: http://files.freeswitch.org/downloads/libs/openldap-2.4.11.tar.gz
|
#Source6: http://files.freeswitch.org/downloads/libs/openldap-2.4.11.tar.gz
|
||||||
Source6: http://files.freeswitch.org/downloads/libs/pocketsphinx-0.7.tar.gz
|
Source6: http://files.freeswitch.org/downloads/libs/pocketsphinx-0.8.tar.gz
|
||||||
Source7: http://files.freeswitch.org/downloads/libs/soundtouch-1.7.1.tar.gz
|
Source7: http://files.freeswitch.org/downloads/libs/soundtouch-1.7.1.tar.gz
|
||||||
Source8: http://files.freeswitch.org/downloads/libs/sphinxbase-0.7.tar.gz
|
Source8: http://files.freeswitch.org/downloads/libs/sphinxbase-0.8.tar.gz
|
||||||
Source9: http://files.freeswitch.org/downloads/libs/communicator_semi_6000_20080321.tar.gz
|
Source9: http://files.freeswitch.org/downloads/libs/communicator_semi_6000_20080321.tar.gz
|
||||||
Source10: http://files.freeswitch.org/downloads/libs/libmemcached-0.32.tar.gz
|
Source10: http://files.freeswitch.org/downloads/libs/libmemcached-0.32.tar.gz
|
||||||
Source11: http://files.freeswitch.org/downloads/libs/json-c-0.9.tar.gz
|
Source11: http://files.freeswitch.org/downloads/libs/json-c-0.9.tar.gz
|
||||||
Source12: http://files.freeswitch.org/downloads/libs/opus-1.1.tar.gz
|
Source12: http://files.freeswitch.org/downloads/libs/opus-1.1-p2.tar.gz
|
||||||
Source13: http://files.freeswitch.org/downloads/libs/v8-3.24.14.tar.bz2
|
Source13: http://files.freeswitch.org/downloads/libs/v8-3.24.14.tar.bz2
|
||||||
Prefix: %{prefix}
|
Prefix: %{prefix}
|
||||||
|
|
||||||
|
@ -146,6 +146,7 @@ BuildRequires: lzo-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
|
BuildRequires: bzip2
|
||||||
BuildRequires: curl-devel
|
BuildRequires: curl-devel
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gnutls-devel
|
BuildRequires: gnutls-devel
|
||||||
|
@ -155,6 +156,7 @@ BuildRequires: openssl-devel >= 1.0.1e
|
||||||
BuildRequires: pcre-devel
|
BuildRequires: pcre-devel
|
||||||
BuildRequires: speex-devel
|
BuildRequires: speex-devel
|
||||||
BuildRequires: sqlite-devel
|
BuildRequires: sqlite-devel
|
||||||
|
BuildRequires: ldns-devel
|
||||||
BuildRequires: libedit-devel
|
BuildRequires: libedit-devel
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
%if 0%{?fedora_version} >= 8 || 0%{?rhel} >= 6
|
%if 0%{?fedora_version} >= 8 || 0%{?rhel} >= 6
|
||||||
|
@ -1521,6 +1523,7 @@ fi
|
||||||
--with-dbdir=%{DBDIR} \
|
--with-dbdir=%{DBDIR} \
|
||||||
--with-htdocsdir=%{HTDOCSDIR} \
|
--with-htdocsdir=%{HTDOCSDIR} \
|
||||||
--with-soundsdir=%{SOUNDSDIR} \
|
--with-soundsdir=%{SOUNDSDIR} \
|
||||||
|
--enable-core-pgsql-support \
|
||||||
--enable-core-odbc-support \
|
--enable-core-odbc-support \
|
||||||
--enable-core-libedit-support \
|
--enable-core-libedit-support \
|
||||||
--with-grammardir=%{GRAMMARDIR} \
|
--with-grammardir=%{GRAMMARDIR} \
|
||||||
|
|
Loading…
Reference in New Issue