php7: drop dependency to cgi for fpm sapi (refs #4522)
authorMichael Heimpold <mhei@heimpold.de>
Tue, 26 Sep 2017 20:50:14 +0000 (22:50 +0200)
committerMichael Heimpold <mhei@heimpold.de>
Tue, 26 Sep 2017 21:19:40 +0000 (23:19 +0200)
commit7ba5a7f6d1fc604dbad0dbaad81734e27eaf430e
tree70566bb2ea30ed25103477af26169ac393cfe21b
parent8fd3b7a612d305ba23683c1f6abb499f3ebdc324
php7: drop dependency to cgi for fpm sapi (refs #4522)

The FPM SAPI works fine without the CGI SAPI installed. It seems that
this is a copy & paste error introduced a long time ago, when FPM support
was added - and nobody noticed.
So drop the dependency now to allow smaller footprints on installations
which only use FPM.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lang/php7/Makefile