Verified Commit fac98dcf authored by Peio Rigaux's avatar Peio Rigaux
Browse files

added chmod to give exec rights on shared libs for ubuntu packaging

Showing with 5 additions and 0 deletions
...@@ -60,6 +60,11 @@ make %{?_smp_mflags} ...@@ -60,6 +60,11 @@ make %{?_smp_mflags}
%install %install
make install DESTDIR=%{buildroot} 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 %check
%{ctest_name} -V %{?_smp_mflags} %{ctest_name} -V %{?_smp_mflags}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment