From 78238744f2f84b3f025638d3e2b5113ec938620fb37ecd615145f54c727b5fa8 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 16 Jan 2013 14:54:10 +0000 Subject: [PATCH] undefine _build_create_debug OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-findlib?expand=0&rev=16 --- ocaml-findlib.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ocaml-findlib.spec b/ocaml-findlib.spec index 9f8862f..9d0d018 100644 --- a/ocaml-findlib.spec +++ b/ocaml-findlib.spec @@ -17,6 +17,9 @@ # +# get rid of /usr/lib/rpm/find-debuginfo.sh +# strip kills the bytecode part of ELF binaries +%undefine _build_create_debug %define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0) Name: ocaml-findlib