- disable strip, it destroys bytecode binaries

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-findlib?expand=0&rev=14
This commit is contained in:
Olaf Hering 2013-01-14 15:00:03 +00:00 committed by Git OBS Bridge
parent 61e538ceaa
commit 77b9d08ae0
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 14 15:58:16 CET 2013 - ohering@suse.de
- disable strip, it destroys bytecode binaries
-------------------------------------------------------------------
Mon Jan 14 10:07:21 CET 2013 - ohering@suse.de

View File

@ -104,6 +104,9 @@ make opt
rm doc/guide-html/TIMESTAMP
%install
# get rid of /usr/lib/rpm/brp-strip-debug
# strip kills the bytecode part of ELF binaries
export NO_BRP_STRIP_DEBUG=true
make install DESTDIR=$RPM_BUILD_ROOT
%clean