lighttpd: fix CONFIGURE_ARGS
authorSebastian Kemper <sebastian_ml@gmx.net>
Fri, 13 Jul 2018 20:22:54 +0000 (22:22 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Fri, 13 Jul 2018 20:22:56 +0000 (22:22 +0200)
commitb43e63b66d1a1f5ef9f0c5cd2e295124340e7cb2
treebe4cc89d6dee58411e8328bb1fe19ff31ef49196
parente63960f24e15b692ab3ed3cf5c0517039c45e367
lighttpd: fix CONFIGURE_ARGS

With the current layout CONFIGURE_ARGS can end up like this:

--with-mysql --without-mysql

To avoid that join the ifneqs of the two mysql related plugins.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/lighttpd/Makefile