mirror of
https://github.com/php/php-src.git
synced 2026-04-02 05:32:28 +02:00
Instead of appending -lselinux to global LIBS variable, this adds it as needed only to FPM_EXTRA_LIBS as it was already used in the BUILD_FPM invocation. Follow-up of GH-14881