aptalca f29c859c68 main/nginx: fix support for more so libs per module
When there is more than one so defined for a module, the line

    echo "load_module \"modules/$soname\";" > ./etc/nginx/modules/$name.conf

only writes the last so listed into the conf file.

Related to GH-9234
2019-10-26 16:33:46 +02:00
..