Ypnose
Ypnose
Hey, It could very interesting to be able to activate or disable features like Xinerama at build time, using the Makefile.
Status
Hi, What is the current project status? Is it unmaintained or still alive?
Hi there, I successfully built a cross compiler for ARM using musl-cross-make. I'm able to build programs for ```armv6z``` (Raspberry Pi) with the following ```CFLAGS``` using the cross compiler, but...
**System :** - OS: Ubuntu 22.04.1 - Kernel version: e.g. 5.15 - strongSwan version(s): 5.9.5 - Tested/confirmed with the latest version: no **Describe the bug** In a IKEv2 roadwarrior setup,...
Hello, Thanks for this very useful project. Last commit was done last year, is it still maintained ?
Hello, First of all, thanks for this tool, I use it extensively for my projects, well done ! After the cross compiler is built and installed inside the `OUTPUT` directory,...
Hey, Unfortunately, I cannot build `libressl` for a Cortex A9 CPU (ARMADA 38x) : ``` $ export PATH="/build/cross-arm-turomnia/bin:${PATH}" $ export CFLAGS="-static --static -march=armv7 -mtune=cortex-a9 -mfloat-abi=hard -mfpu=neon-vfpv3" $ ./configure --host="armv7-linux-musleabihf" --disable-shared...
If `x509.certificate` file mode is not `644` and if `x509.private_key` is not `600`, `tlshd` won't start. It should be allowed to define both file in mode `400` if they belong...