Package: pike7.8 / 7.8.700-7~bpo70+1
Metadata
Package | Version | Patches format |
---|---|---|
pike7.8 | 7.8.700-7~bpo70+1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
module layout.patch | (download) |
lib/master.pike.in |
4 4 + 0 - 0 ! |
add local site-pike directories to master.pike.in |
smartlink_rpath.patch | (download) |
bin/smartlink |
7 3 + 4 - 0 ! |
make smartlink not use -rpath |
no_dump_modules.patch | (download) |
bin/install.pike |
1 0 + 1 - 0 ! |
make install.pike not dump modules; we do that in postinst |
dynamic_module_makefile.in libgcc.patch | (download) |
src/modules/dynamic_module_makefile.in |
1 1 + 0 - 0 ! |
figure out libgcc name. |
misplaced_MAXPATHLEN.patch | (download) |
src/modules/files/efuns.c |
7 4 + 3 - 0 ! |
move reserve maxpathlen definition up. |
pthread_stub.patch | (download) |
src/configure |
3 3 + 0 - 0 ! |
--- |
unbreak_cross_compilation.patch | (download) |
src/configure |
4 2 + 2 - 0 ! |
--- |
dump_timeout.patch | (download) |
lib/modules/Tools.pmod/Standalone.pmod/dump.pike |
3 2 + 1 - 0 ! |
increase module dumping timeout The timeout seems to be too short on architectures such as ARM and Geode. |
reg_enum_conflict.patch | (download) |
src/code/ia32.c |
37 16 + 21 - 0 ! |
rename enum constants in src/code/ia32.c They conflict with /usr/include/i386-linux-gnu/sys/ucontext.h of newer eglibc |
hurd.patch | (download) |
src/configure |
6 3 + 3 - 0 ! |
fixes to make pike build on gnu/hurd 1. Let realpath() allocate memory itself. 2. Include mach/message.h directly where mach_msg_type_number_t is used. |
nettle_crypt_md5_buffer_size.patch | (download) |
src/post_modules/Nettle/crypt_md5.c |
2 1 + 1 - 0 ! |
nette.md5: passwd array was too small |
pcre_info_obsolete.patch | (download) |
src/modules/_Regexp_PCRE/configure |
2 1 + 1 - 0 ! |
stop using the long-obsolete pcre_info(), which was just recently removed from the headers but remains in the library. |
undefined_htons.patch | (download) |
src/modules/_Protocols_DNS_SD/config.h.in |
6 6 + 0 - 0 ! |
include the necessary header file declaring htons() in protocols.dns_sd. |