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
c997b863
Commit
c997b863
authored
Dec 02, 2014
by
Guillaume BIENKOWSKI
Browse files
Build the RPMS in the source dir, where the git describe command will actually work
parent
fc1f8084
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
cmake/build.rpm.sh.cmake
cmake/build.rpm.sh.cmake
+2
-1
No files found.
cmake/build.rpm.sh.cmake
View file @
c997b863
...
...
@@ -32,10 +32,11 @@ fi
# SPEC_PREFIX="--define \"_prefix @LINPHONE_BUILDER_SPEC_PREFIX@\""
# fi
cd @ep_
build
@
cd @ep_
source
@
# TODO rpmbuild -ba @ep_build@/@LINPHONE_BUILDER_SPEC_FILE@ --define "_topdir $RPM_TOPDIR" $SPEC_PREFIX --with bc $VERBOSE @ep_redirect_to_file@
rpmbuild -ba @ep_build@/@LINPHONE_BUILDER_SPEC_FILE@ \
--define
"_topdir $RPM_TOPDIR"
--define '_PKG_CONFIG_PATH $PKG_CONFIG_PATH'\
--define
"_builddir @ep_source@"
\
@LINPHONE_BUILDER_RPMBUILD_GLOBAL_OPTION@ \
@LINPHONE_BUILDER_RPMBUILD_OPTIONS@ \
$VERBOSE @ep_redirect_to_file@
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