hgy59
hgy59
@fcoquelet I guess this error is caused by the old kernel version or by the ARMv5 arch. The error 38 shown in the log file is a system error defined...
@dotysan the build error was `write.c:(.text+0xaac): undefined reference to 'rpl_malloc'` This can be fixed without a patch by adding: ``` CONFIGURE_ARGS += ac_cv_func_malloc_0_nonnull=yes ``` I was able to build pixz...
synocli-file/Makefile needs some adjustments. please increment SPK_VERS to 3.4. synocli package version information should increment the minor version when tools are added and increment major version for incompatible (breaking) changes...
> @dotysan the build error was `write.c:(.text+0xaac): undefined reference to 'rpl_malloc'` > > This can be fixed without a patch by adding: > > ``` > CONFIGURE_ARGS += ac_cv_func_malloc_0_nonnull=yes >...
> and finally the wiki page with the package description must be updated (https://github.com/SynoCommunity/spksrc/wiki/FAQ-SynoCliFile) this task is completed.
This is all we have #2500
You get everything with `rsnapshot help`. If you need more information you have to dig into the resources available in the www. Unfortunately there is no `man` command available under...
@AlexxIT please regard [CONTRIBUTING](https://github.com/SynoCommunity/spksrc/blob/master/CONTRIBUTING.md) in our wiki. You must create a dedicated branch for each pull request and not use the master branch of your repository. Otherwise your fork will...
finally ✔️ 👍 We have some packages here, that do not work anymore due to an ExtJs Configuration Dialog (and using [pyextdirect](https://pypi.org/project/pyextdirect/) python2 lib by @Diaoul, that was never ported...
@DigitalBox98 I got the bash cgi working. Not sure whether it depends on that I have nginx and apache 2.4 active in webstation.