]> git.pld-linux.org Git - packages/ruby.git/commitdiff
- debug section compression breaks rpm debuginfo, rel 2 auto/th/ruby-2.6.10-2
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 16 Apr 2022 20:19:10 +0000 (22:19 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 16 Apr 2022 20:19:10 +0000 (22:19 +0200)
ruby.spec

index 6750d66e25b8b21fef1b23c92a8cba49d1b5b1be..ca52a3c25e3ce076c4b2a4c8d27360bcc2c8fd68 100644 (file)
--- a/ruby.spec
+++ b/ruby.spec
@@ -12,7 +12,7 @@
 %bcond_with    bootstrap       # build bootstrap version
 %bcond_with    tests           # build without tests
 
-%define                rel             1
+%define                rel             2
 %define                ruby_version    2.6
 %define                patchlevel      10
 %define                pkg_version     %{ruby_version}.%{patchlevel}
@@ -748,6 +748,7 @@ cp -f /usr/share/automake/config.sub .
        --with-rubyarchhdrdir=%{_includedir}/%{oname}-%{ruby_version} \
        --with-sitearchhdrdir='$(sitehdrdir)/$(arch)' \
        --with-vendorarchhdrdir='$(vendorhdrdir)/$(arch)' \
+       --without-compress-debug-sections \
        --enable-multiarch \
        --enable-shared \
        --disable-install-doc \
This page took 0.083292 seconds and 4 git commands to generate.