forked from pool/ocaml-findlib
- disable also /usr/lib/rpm/find-debuginfo.sh
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-findlib?expand=0&rev=18
This commit is contained in:
parent
cf495851eb
commit
fc3a8f9a82
@ -91,9 +91,11 @@ make opt
|
|||||||
rm doc/guide-html/TIMESTAMP
|
rm doc/guide-html/TIMESTAMP
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
%if !%opt
|
||||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||||
# strip kills the bytecode part of ELF binaries
|
# strip kills the bytecode part of ELF binaries
|
||||||
export NO_BRP_STRIP_DEBUG=true
|
export NO_BRP_STRIP_DEBUG=true
|
||||||
|
%endif
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user