Search
j0ke.net Open Build Service
>
Projects
>
server:telephony
>
asterisk
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 23
[-]
[+]
Changed
asterisk.spec
@@ -30,6 +30,7 @@ %if %build_h323 == 1 BuildRequires: cyrus-sasl-devel BuildRequires: openh323-devel +BuildRequires: pwlib-devel BuildRequires: openldap2-devel BuildRequires: SDL-devel %endif @@ -204,7 +205,11 @@ %build ./bootstrap.sh -%configure +%if %build_h323 == 1 +export configh323="--with-h323=%{_includedir}/openh323" +%endif +%configure $configh323 + %{__make} menuselect.makeopts %{__make} %{?_smp_mflags}