From fc3a8f9a824f2dd157380653bf5f03cd22e43738048e51af5bd84adfa2224f44 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 16 Jan 2013 15:07:55 +0000 Subject: [PATCH] - 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 --- ocaml-findlib.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ocaml-findlib.spec b/ocaml-findlib.spec index 5096489..8c9c5ea 100644 --- a/ocaml-findlib.spec +++ b/ocaml-findlib.spec @@ -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