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
e558540a
Commit
e558540a
authored
Dec 08, 2014
by
Ghislain MARY
Browse files
Compile sqlite3 statically for the Python module.
parent
087f430a
Changes
1
Hide whitespace changes
Inline
Side-by-side
configs/config-python.cmake
View file @
e558540a
...
...
@@ -123,6 +123,9 @@ set(EP_polarssl_LINKING_TYPE "-DUSE_SHARED_POLARSSL_LIBRARY=NO")
# speex
set
(
EP_speex_LINKING_TYPE
"-DENABLE_STATIC=YES"
)
# sqlite3
set
(
EP_sqlite3_LINKING_TYPE
"-DENABLE_STATIC=1"
)
# srtp
set
(
EP_srtp_LINKING_TYPE
"-DENABLE_STATIC=YES"
)
...
...
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