[packages/camlp5] - no debug package when not building native binary

baggins baggins at pld-linux.org
Thu Mar 18 23:10:27 CET 2021


commit 66fe221c8006f5468d7d538d0badfccb6399c223
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Thu Mar 18 23:10:06 2021 +0100

    - no debug package when not building native binary

 camlp5.spec | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/camlp5.spec b/camlp5.spec
index 228b70d..e137054 100644
--- a/camlp5.spec
+++ b/camlp5.spec
@@ -7,6 +7,10 @@
 %undefine	with_ocaml_opt
 %endif
 
+%if %{without ocaml_opt}
+%define		_enable_debug_packages	0
+%endif
+
 Summary:	Objective Caml Preprocessor
 Summary(pl.UTF-8):	Preprocesor OCamla
 Name:		camlp5
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/camlp5.git/commitdiff/66fe221c8006f5468d7d538d0badfccb6399c223



More information about the pld-cvs-commit mailing list