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
f2d8f13c
Commit
f2d8f13c
authored
Dec 03, 2014
by
Guillaume BIENKOWSKI
Browse files
Use last git version for all flexisip stack
parent
ee65bad4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
builders/flexisip.cmake
builders/flexisip.cmake
+6
-1
configs/config-flexisip-rpm.cmake
configs/config-flexisip-rpm.cmake
+2
-3
No files found.
builders/flexisip.cmake
View file @
f2d8f13c
...
...
@@ -21,7 +21,12 @@
############################################################################
set
(
EP_flexisip_GIT_REPOSITORY
"gitosis@git.linphone.org:flexisip"
)
set
(
EP_flexisip_GIT_TAG
"7892114eb03c28a4983dd5626aed704cca9efa1b"
)
if
(
LINPHONE_BUILDER_LATEST
)
set
(
EP_flexisip_GIT_TAG
"master"
)
else
()
set
(
EP_flexisip_GIT_TAG
"7892114eb03c28a4983dd5626aed704cca9efa1b"
)
endif
()
set
(
EP_flexisip_DEPENDENCIES EP_ortp EP_unixodbc EP_myodbc EP_sofiasip
)
set
(
EP_flexisip_LINKING_TYPE
"--disable-static"
"--enable-shared"
)
...
...
configs/config-flexisip-rpm.cmake
View file @
f2d8f13c
...
...
@@ -87,6 +87,8 @@ set(DEFAULT_VALUE_ENABLE_X264 OFF)
set
(
DEFAULT_VALUE_ENABLE_TUNNEL OFF
)
set
(
DEFAULT_VALUE_ENABLE_UNIT_TESTS OFF
)
set
(
LINPHONE_BUILD_LATEST 1
)
# Global configuration
set
(
LINPHONE_BUILDER_HOST
""
)
if
(
APPLE
)
...
...
@@ -115,9 +117,6 @@ set(EP_ortp_FORCE_AUTOTOOLS "yes")
# Include builders
include
(
builders/CMakeLists.txt
)
set
(
EP_ortp_GIT_TAG
"master"
)
set
(
EP_ortp_BUILD_METHOD
"rpm"
)
set
(
EP_unixodbc_BUILD_METHOD
"rpm"
)
set
(
EP_myodbc_BUILD_METHOD
"rpm"
)
...
...
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