packages: nginx: fix libopenssl dependency
authorJonas Gorski <jogo@openwrt.org>
Sun, 12 May 2013 10:51:22 +0000 (10:51 +0000)
committerJonas Gorski <jogo@openwrt.org>
Sun, 12 May 2013 10:51:22 +0000 (10:51 +0000)
commit56b2ad13a35353bc8e700600117894e30349739d
tree275e4967adc27dafcb933b8b41d7cd7765064fde
parent17dc9b47aa367c2137b031c103d483d39647c5ba
packages: nginx: fix libopenssl dependency

The build system doesn't understand this compound DEPENDS condition
without it being wrapped in parentheses. menuconfig does understand it, so
libopenssl would be selected if nginx needed it, but there was no
guarantee that openssl would be built before nginx. Adding parentheses
fixes the problem. This seems to be how compound conditions are generally
handled in OpenWrt Makefiles.

Signed-off-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 36606
net/nginx/Makefile