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
02dad607
Commit
02dad607
authored
Feb 23, 2015
by
Guillaume BIENKOWSKI
Browse files
Build hiredis only for debian
parent
8c87edfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
builders/flexisip.cmake
builders/flexisip.cmake
+5
-3
No files found.
builders/flexisip.cmake
View file @
02dad607
...
...
@@ -28,9 +28,11 @@ set(EP_flexisip_DEPENDENCIES EP_ortp EP_sofiasip )
list
(
APPEND EP_flexisip_DEPENDENCIES EP_libodbmysql
)
#if(PLATFORM STREQUAL "Debian")
list
(
APPEND EP_flexisip_DEPENDENCIES EP_hiredis
)
#endif()
if
(
PLATFORM STREQUAL
"Debian"
)
# debian 7 ships with an old hiredis version, we use the 0.11 API so we need
# to compile from source
list
(
APPEND EP_flexisip_DEPENDENCIES EP_hiredis
)
endif
()
set
(
EP_flexisip_LINKING_TYPE
"--disable-static"
"--enable-shared"
)
set
(
EP_flexisip_BUILD_METHOD
"autotools"
)
...
...
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