Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
010_fix_license | Fix license problems Fix the LICENSE and README's files to reflect upstream's choice for a license. |
no | ||||
dont-overwrite-compiler-flags | Don't overwrite CFLAGS|LDFLAGS It seems that the current extconf.rb overwrites the CFLAGS/LDFLAGS. =================================================================== |
David Suárez <david.sephirot@gmail.com> | no | 2013-10-26 | ||
use-shadow-implementation-on-gnu-archs | use the shadow implementation on gnu systems Let extconf knows that it can use the shadow functions, just like on Linux, on Debian archs like kFreeBSD and Hurd. =================================================================== |
Samuel Thibault <sthibault@debian.org> | no | debian | 2014-06-01 | |
drop-tainted-strings | =================================================================== | no | ||||
0005-extconf.rb-use-Rbconfig-CONFIG-instead-of-mkmf-CONFI.patch | extconf.rb: use Rbconfig::CONFIG instead of mkmf CONFIG In mkmf.rb CONFIG is defined as CONFIG is defined as RbConfig::MAKEFILE_CONFIG and RbConfig::MAKEFILE_CONFIG is almost same as RbConfig::CONFIG except that RbConfig::MAKEFILE_CONFIG uses reference for other variables. Using CONFIG in extconf.rb causes error with ruby3.2 because now CONFIG['host_os'] uses reference for target_os variable, and extconf.rb expects that this variable is all expanded. So instead, use RbConfig::CONFIG . Closes #30 |
Mamoru TASAKA <mtasaka@fedoraproject.org> | no | 2022-12-01 |