nginx: add patch fixing libxslt library detection
authorChristian Marangi <ansuelsmth@gmail.com>
Sun, 3 Nov 2024 15:37:34 +0000 (16:37 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Mon, 4 Nov 2024 10:42:54 +0000 (11:42 +0100)
commitc919fddfc1b4c886a00271a4c46d6ab40f6dc77a
treee85ec7324e8510f331915386be49b6d608e39726
parentb75050d59e40255c69873f25123061cac240542b
nginx: add patch fixing libxslt library detection

Nginx hardcode the libxml2 include path to /usr/include/libxml2. This
works in a local build as pretty much everyone have the libxml2 library
installed but doesn't on buildbot container as the library doesn't
exist.

This effectively makes the host library leak intro library detection but
doesn't actually link to it as linking is still done with the correct
library in staging dir.

To fix this add a patch to define custom libxml2 include directory
instead of hardcoding it to host library.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
net/nginx/Makefile
net/nginx/patches/nginx/106-libxslt-fix-detection.patch [new file with mode: 0644]