summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2016-12-13 11:30:51 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2016-12-13 11:30:51 +0000
commitb8a1e09e7bdfbc9b197fcae8bc71131b2e1c15e1 (patch)
tree2523cfacf6bb983277e47997a68bcd0628c10797 /www
parentUpdate to the 20161211 development snapshot of GCC 7. (diff)
Correct OpenSSL support.
PR: 215047 Submitted by: Melvyn Sopacua <m.r.sopacua@gmail.com>
Notes
Notes: svn path=/head/; revision=428478
Diffstat (limited to 'www')
-rw-r--r--www/uwsgi/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/uwsgi/Makefile b/www/uwsgi/Makefile
index 73c783e1afe7..a0eedddbd915 100644
--- a/www/uwsgi/Makefile
+++ b/www/uwsgi/Makefile
@@ -12,7 +12,7 @@ COMMENT= Developer-friendly WSGI server which uses uwsgi protocol
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= python
+USES= python ssl
USE_PYTHON= distutils
USE_RC_SUBR= uwsgi
@@ -43,6 +43,8 @@ O_XML= libxml2
O_XML= false
.endif
+CFLAGS+= -I${OPENSSLINC}
+LDFLAGS+= ${OPENSSL_LDFLAGS}
MAKE_ENV+= CPUCOUNT=${MAKE_JOBS_NUMBER} UWSGI_EMBED_PLUGINS=cgi
PYSETUP= uwsgiconfig.py