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
bcmatroska2
Commits
fac98dcf
Verified
Commit
fac98dcf
authored
6 years ago
by
Peio Rigaux
Browse files
Options
Download
Patches
Plain Diff
added chmod to give exec rights on shared libs for ubuntu packaging
parent
d2e052be
bc
feature/rpm_semver
fix/pdb_5_3
fix/video_windows_store
fix/yocyo_build_5_1
release/4.3
release/4.4
release/5.0
release/5.1
release/5.2
release/5.3
release/5.4
5.5.0-alpha
5.4.2
5.4.0
5.4.0-beta
5.4.0-alpha
5.3.101
5.3.100
5.3.99
5.3.97
5.3.96
5.3.95
5.3.94
5.3.93
5.3.92
5.3.90
5.3.86
5.3.85
5.3.84
5.3.83
5.3.79
5.3.69
5.3.64
5.3.63
5.3.60
5.3.57
5.3.56
5.3.54
5.3.52
5.3.49
5.3.46
5.3.45
5.3.44
5.3.42
5.3.41
5.3.36
5.3.34
5.3.26
5.3.25
5.3.23
5.3.21
5.3.19
5.3.18
5.3.13
5.3.11
5.3.7
5.3.5
5.3.4
5.3.3
5.3.0
5.3.0-beta
5.2.1
5.1.20
1 merge request
!3
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/bcmatroska2.spec.cmake
+5
-0
build/rpm/bcmatroska2.spec.cmake
with
5 additions
and
0 deletions
build/rpm/bcmatroska2.spec.cmake
100644 → 100755
+
5
−
0
View file @
fac98dcf
...
@@ -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}
...
...
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