- 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:
Olaf Hering 2013-01-16 15:07:55 +00:00 committed by Git OBS Bridge
parent cf495851eb
commit fc3a8f9a82

View File

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