mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
fb5d64c300
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