Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
belr
Commits
d55cde97
Verified
Commit
d55cde97
authored
Jan 25, 2019
by
Peio Rigaux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added chmod to give exec rights on shared libs for ubuntu packaging
parent
1584d382
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
build/rpm/belr.spec.cmake
build/rpm/belr.spec.cmake
+5
-0
No files found.
build/rpm/belr.spec.cmake
View file @
d55cde97
...
...
@@ -68,6 +68,11 @@ make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
# Dirty workaround to give exec rights for all shared libraries. Debian packaging needs this
# TODO : set CMAKE_INSTALL_SO_NO_EXE for a cleaner workaround
chmod +x `find %{buildroot} *.so.*`
%check
%{ctest_name} -V %{?_smp_mflags}
...
...
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