Package: ruby-ffi / 1.9.6debian-2
Metadata
Package | Version | Patches format |
---|---|---|
ruby-ffi | 1.9.6debian-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
disable rake compiler.patch | (download) |
Rakefile |
5 0 + 5 - 0 ! |
--- |
mip64el.patch | (download) |
lib/ffi/platform/mips64el-linux/types.conf |
104 104 + 0 - 0 ! |
add architecture config file for mips64el |
arm64.patch | (download) |
lib/ffi/platform/aarch64-linux/types.conf |
104 104 + 0 - 0 ! |
add architecture config file for arm64 |
fix for variadic float double values.diff | (download) |
ext/ffi_c/Variadic.c |
8 6 + 2 - 0 ! |
fix for failing float/double variadic args test cases in ruby-ffi package This patch will fix the problem of passing float/double values as part of variadic argument list from ruby-ffi package. All the test cases related to float/double arguments passed as part of ruby variadic list were failing on ppc64le arch. Problem was due to incorrect way to call C method ffi_prep_cif_var, where third argument was passed as total number of arguments instead of fixed number of arguments |
ppc64el.patch | (download) |
lib/ffi/platform.rb |
2 2 + 0 - 0 ! |
add support for the ppc64el architecture |
1