Skip to content

Disable dependency on libnsl and libtirpc

Dylan Aïssi requested to merge wip/daissi/fix-target-install into apertis/v2025dev2

Disable dependency on libnsl and libtirpc.

libpython3.11-stdlib depends on libnsl and libtirpc which are in the development component in Apertis. This dependency makes python (via libpython3.11-stdlib) not installable in target. Since, we cannot move libnsl and libtirpc in target due to license issue, we need to disable this optional dependency.

Add a patch adding a new option --without-libnsl option to configure.ac.

Merge request reports