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
617a7187
Commit
617a7187
authored
Dec 02, 2014
by
Guillaume BIENKOWSKI
Browse files
rename dist for debian build to include a dot (.)
parent
c997b863
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 @
617a7187
...
...
@@ -150,7 +150,7 @@ if(PLATFORM STREQUAL "Debian")
set
(
RPMBUILD_OPTIONS
"
${
RPMBUILD_OPTIONS
}
--nodeps"
)
# dist is not defined in debian for rpmbuild..
set
(
RPMBUILD_OPTIONS
"
${
RPMBUILD_OPTIONS
}
--define 'dist deb'"
)
set
(
RPMBUILD_OPTIONS
"
${
RPMBUILD_OPTIONS
}
--define 'dist
.
deb'"
)
# debian has multi-arch lib dir instead of lib and lib64
set
(
RPMBUILD_OPTIONS
"
${
RPMBUILD_OPTIONS
}
--define '_libdir %{_prefix}/
${
CMAKE_INSTALL_LIBDIR
}
'"
)
...
...
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