s/390x: Disable debuginfo generation (which strips binaries) when building
bytecode.
This commit is contained in:
parent
dd9c04fdd8
commit
4d480c6e3b
@ -4,12 +4,13 @@
|
||||
# https://fedoraproject.org/wiki/Packaging:OCaml?rd=Packaging/OCaml#Stripping_binaries
|
||||
%if !%opt
|
||||
%global __strip /bin/true
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
|
||||
|
||||
Name: ocaml-findlib
|
||||
Version: 1.5.5
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: Objective CAML package manager and build helper
|
||||
License: BSD
|
||||
|
||||
@ -106,6 +107,10 @@ mv $RPM_BUILD_ROOT/$RPM_BUILD_ROOT%{_bindir}/* $RPM_BUILD_ROOT%{_bindir}
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 22 2015 Richard W.M. Jones <rjones@redhat.com> - 1.5.5-6
|
||||
- s/390x: Disable debuginfo generation (which strips binaries) when building
|
||||
bytecode.
|
||||
|
||||
* Fri Jul 17 2015 Richard W.M. Jones <rjones@redhat.com> - 1.5.5-5
|
||||
- s/390x: Don't strip the ocamlfind binary when building bytecode.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user