Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
linphone-cmake-builder
Commits
c9e187d4
Commit
c9e187d4
authored
Aug 31, 2017
by
jehan
Browse files
disable srtp from ms2 for flexisip
parent
d55158c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
configs/config-flexisip-rpm.cmake
configs/config-flexisip-rpm.cmake
+2
-1
No files found.
configs/config-flexisip-rpm.cmake
View file @
c9e187d4
...
...
@@ -97,6 +97,7 @@ set(EP_bctoolbox_BUILD_METHOD "rpm")
lcb_builder_cmake_options
(
bctoolbox
"-DENABLE_TESTS=NO"
)
lcb_builder_cmake_options
(
bctoolbox
"-DENABLE_TESTS_COMPONENT=NO"
)
lcb_builder_cmake_options
(
ms2
"-DENABLE_SRTP=NO"
)
#mainly to avoid issue with old libsrtp (sha1_update conflict with polarssl)
set
(
EP_ms2_BUILD_METHOD
"rpm"
)
set
(
EP_ortp_BUILD_METHOD
"rpm"
)
# Include builders
...
...
@@ -114,7 +115,7 @@ set(EP_sofiasip_SPEC_PREFIX "${RPM_INSTALL_PREFIX}")
set
(
EP_flexisip_SPEC_PREFIX
"
${
RPM_INSTALL_PREFIX
}
"
)
set
(
EP_ortp_RPMBUILD_OPTIONS
"--with bc"
)
set
(
EP_ms2_RPMBUILD_OPTIONS
"--with bc --without video"
)
set
(
EP_ms2_RPMBUILD_OPTIONS
"--with bc --without video
--without srtp
"
)
set
(
EP_unixodbc_RPMBUILD_OPTIONS
"--with bc"
)
set
(
EP_myodbc_RPMBUILD_OPTIONS
"--with bc"
)
set
(
EP_sofiasip_RPMBUILD_OPTIONS
"--with bc --without glib"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment