On Tuesday, 24.03.2015 at 09:52, Antti Kantee wrote: > Let's say you want to create an nginx package which runs on Xen. I > think nginx needs some crosscompilation patches which are integrated > into the nginx available from: https://github.com/mato/rump-php > (logically ;)
These are now split into rump-nginx and rump-php repositories. The process of building each of them is the same, ie. clone the repository, make sure app-tools is in path and type "make". At the moment the resulting binary (nginx or php-cgi) lands in some random directory, I'll fix that to create a bin/ directory during build.
