Package: neko / 1.8.1-5

Metadata

Package Version Patches format
neko 1.8.1-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
soname strip.diff | (download)

Makefile | 76 12 + 64 - 0 !
1 file changed, 12 insertions(+), 64 deletions(-)

---
include and link.diff | (download)

src/tools/install.neko | 68 10 + 58 - 0 !
1 file changed, 10 insertions(+), 58 deletions(-)

---
tora missing include.diff | (download)

libs/mod_tora/protocol.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
mysql missing include.diff | (download)

libs/mysql/my_proto/my_proto.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
kfreebsd compile fix.diff | (download)

libs/ui/ui.c | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 fix build failure on gnu/kfreebsd.
 Use NEKO_POSIX instead of NEKO_LINUX.
kfreebsd executable path.diff | (download)

vm/main.c | 21 19 + 2 - 0 !
1 file changed, 19 insertions(+), 2 deletions(-)

 make executable_path() work on kfreebsd
 Fix for finding executable_path() on kFreeBSD, which only seemed to
 work when invoked from bash, thanks to Roman Neuhauser.