[packages/cargo-c] disable debug packages
    atler 
    atler at pld-linux.org
       
    Sat Mar 23 12:57:08 CET 2024
    
    
  
commit 7f0ccbb48c950383107120cf8e6561cb594c0a02
Author: Jan Palus <atler at pld-linux.org>
Date:   Sat Mar 23 11:54:28 2024 +0100
    disable debug packages
    
    now that full debuginfo was enabled through flags in rust macros it
    resulted in proper debugsource packages on one hand but oom on i686
    builder on the other. let's disable debug packages completely.
 cargo-c.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/cargo-c.spec b/cargo-c.spec
index 86ba5d8..6042aa4 100644
--- a/cargo-c.spec
+++ b/cargo-c.spec
@@ -37,6 +37,8 @@ BuildRequires:	zlib-devel
 ExclusiveArch:	%{rust_arches}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		_enable_debug_packages	0
+
 %description
 Cargo subcommands to build and install C-ABI compatible dynamic and
 static libraries.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/cargo-c.git/commitdiff/7f0ccbb48c950383107120cf8e6561cb594c0a02
    
    
More information about the pld-cvs-commit
mailing list