mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01: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