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
03ad6f69
Commit
03ad6f69
authored
Mar 23, 2018
by
Ronan
Browse files
fix(config-desktop-rpm.cmake): use a valid RPM_INSTALL_PREFIX
parent
26600085
Changes
1
Hide whitespace changes
Inline
Side-by-side
configs/config-desktop-rpm.cmake
View file @
03ad6f69
...
...
@@ -36,7 +36,7 @@ set(DEFAULT_VALUE_CMAKE_LINKING_TYPE "-DENABLE_SHARED=YES" "-DENABLE_STATIC=NO")
# Global configuration
set
(
LINPHONE_BUILDER_HOST
""
)
set
(
RPM_INSTALL_PREFIX
"/opt/belledonne-communications/linphone"
)
set
(
RPM_INSTALL_PREFIX
"/opt/
com.
belledonne-communications/linphone"
)
set
(
LINPHONE_BUILDER_RPMBUILD_PACKAGE_PREFIX
"linphone-"
)
# Adjust PKG_CONFIG_PATH to include install directory
...
...
@@ -68,4 +68,3 @@ if(PLATFORM STREQUAL "Debian")
# some debians are using dash as shell, which doesn't support "export -n", so we override and use bash
set
(
LINPHONE_BUILDER_RPMBUILD_GLOBAL_OPTIONS
"
${
LINPHONE_BUILDER_RPMBUILD_GLOBAL_OPTIONS
}
--define '_buildshell /bin/bash'"
)
endif
()
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