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)
commitc6c3c79cf8e704b3c3e0f879058090613deba600
tree6b76eaa22416c9248718f6e6a817b13bd7448691
parentcca8492becd9a39b5ab947f1f0c0839f69a96d23
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