Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
openairinterface5G
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Merge Requests
14
Merge Requests
14
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
oai
openairinterface5G
Commits
5722d493
Commit
5722d493
authored
Mar 12, 2018
by
Eino Virtanen
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix building protobuf when user name is not the same as primary group name
parent
5c7f6d71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cmake_targets/tools/build_helper
cmake_targets/tools/build_helper
+1
-1
No files found.
cmake_targets/tools/build_helper
View file @
5722d493
...
...
@@ -210,7 +210,7 @@ install_protobuf_from_source(){
#cd protobuf-2.6.1/
rm -rf /tmp/protobuf-cpp-3.3.0.tar.gz* /tmp/protobuf-3.3.0
wget https://github.com/google/protobuf/releases/download/v3.3.0/protobuf-cpp-3.3.0.tar.gz
tar -xzvf protobuf-cpp-3.3.0.tar.gz --owner $USER --group $
USER
--no-same-owner
tar -xzvf protobuf-cpp-3.3.0.tar.gz --owner $USER --group $
(groups | cut -d" " -f1)
--no-same-owner
cd protobuf-3.3.0/
./configure
echo "Compiling protobuf"
...
...
Cedric Roux
@cedric.roux
mentioned in commit
89201888
·
Mar 19, 2018
mentioned in commit
89201888
mentioned in commit 89201888e362bd8f1db132ce481d426a1dc48089
Toggle commit list
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