- 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:
parent
61e538ceaa
commit
77b9d08ae0
@ -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
|
Mon Jan 14 10:07:21 CET 2013 - ohering@suse.de
|
||||||
|
|
||||||
|
@ -104,6 +104,9 @@ make opt
|
|||||||
rm doc/guide-html/TIMESTAMP
|
rm doc/guide-html/TIMESTAMP
|
||||||
|
|
||||||
%install
|
%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
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user