mirror of
https://github.com/php/php-src.git
synced 2026-04-24 08:28:26 +02:00
2ea79c024c
Instead of appending -lapparmor 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