Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
cc1f38ef
Commit
cc1f38ef
authored
6 years ago
by
Peio Rigaux
Committed by
Peio Rigaux
6 years ago
Browse files
Options
Download
Patches
Plain Diff
added chmod to give exec rights on shared libs for ubuntu packaging
parent
8f51ada1
1 merge request
!211
added chmod to give exec rights on shared libs for ubuntu packaging
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/rpm/liblinphone.spec.cmake
+5
-0
build/rpm/liblinphone.spec.cmake
with
5 additions
and
0 deletions
build/rpm/liblinphone.spec.cmake
+
5
−
0
View file @
cc1f38ef
...
...
@@ -76,6 +76,11 @@ install -p -m 0644 build/rpm/lp-autoanswer.service $RPM_BUILD_ROOT/lib/systemd/s
install -p -m 0644 build/rpm/lp-autoanswer.conf $RPM_BUILD_ROOT/etc/sysconfig
mv $RPM_BUILD_ROOT/etc/sysconfig/lp-autoanswer.conf $RPM_BUILD_ROOT/etc/sysconfig/lp-autoanswer
# 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}
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets