Package: ruby-http-parser / 1.2.3-1

Metadata

Package Version Patches format
ruby-http-parser 1.2.3-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Use the correct compiler and linker flags.patch | (download)

ext/Rakefile | 5 3 2 - 0 !
1 file changed, 3 insertions( ), 2 deletions(-)

 use the correct compiler and linker flags
Last-Updated: 28 Dec 2023, Ananthu C V <[email protected]>

The linker flags used by upstream will lead to an empty debug symbols file.
Also enabling hardening or disabling optimizatipon won't have any effect.

disable few tests for s390x.patch | (download)

spec/error_spec.rb | 2 0 2 - 0 !
spec/instance_spec.rb | 2 1 1 - 0 !
spec/parser_spec.rb | 2 1 1 - 0 !
3 files changed, 2 insertions( ), 4 deletions(-)

 disable tests for ftbfs on s390x.