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
f73ad16a
Commit
f73ad16a
authored
Nov 04, 2015
by
Sylvain Berfini
🐮
Browse files
Also disable libodb-mysql, because it will add libodb as dependency anyway
parent
c6e0ba12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
configs/config-flexisip-rpm.cmake
configs/config-flexisip-rpm.cmake
+1
-1
No files found.
configs/config-flexisip-rpm.cmake
View file @
f73ad16a
...
...
@@ -111,7 +111,7 @@ set(EP_bellesip_SPEC_PREFIX "${RPM_INSTALL_PREFIX}")
set
(
EP_sofiasip_SPEC_PREFIX
"
${
RPM_INSTALL_PREFIX
}
"
)
set
(
EP_flexisip_SPEC_PREFIX
"
${
RPM_INSTALL_PREFIX
}
"
)
set
(
EP_flexisip_CONFIGURE_OPTIONS
"--disable-transcoder"
"--enable-redis"
"--enable-libodb=no"
)
set
(
EP_flexisip_CONFIGURE_OPTIONS
"--disable-transcoder"
"--enable-redis"
"--enable-libodb=no"
"--enable-libodb-mysql=no"
)
set
(
EP_ortp_RPMBUILD_OPTIONS
"--with bc --without srtp"
)
...
...
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