uwsgi: update to 2.0.17.1.

This commit is contained in:
maxice8 2018-07-08 20:40:07 -03:00
parent 07bda5b082
commit cc8b3154e1

View file

@ -1,6 +1,6 @@
# Template file for 'uwsgi'
pkgname=uwsgi
version=2.0.17
version=2.0.17.1
revision=1
hostmakedepends="python python3"
makedepends="python-devel python3-devel"
@ -9,7 +9,7 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="GPL-2.0-or-later"
homepage="http://projects.unbit.it/uwsgi"
distfiles="https://github.com/unbit/uwsgi/archive/${version}.tar.gz"
checksum=3dc2e9b48db92b67bfec1badec0d3fdcc0771316486c5efa3217569da3528bf2
checksum=d2318235c74665a60021a4fc7770e9c2756f9fc07de7b8c22805efe85b5ab277
_libdir=usr/lib/uwsgi
@ -31,7 +31,7 @@ do_build() {
python2 uwsgiconfig.py --build core
if [ -n "$CROSS_BUILD" ]; then
if [ "$CROSS_BUILD" ]; then
_cflags="$CFLAGS -I${XBPS_CROSS_BASE}/${py2_inc}
-I${XBPS_CROSS_BASE}/usr/include"
_ldflags="$LDFLAGS -L${XBPS_CROSS_BASE}/${py2_lib}
@ -40,7 +40,7 @@ do_build() {
CFLAGS="$_cflags" LDFLAGS="$_ldflags" python2 uwsgiconfig.py \
--plugin plugins/python core python
if [ -n "$CROSS_BUILD" ]; then
if [ "$CROSS_BUILD" ]; then
_cflags="$CFLAGS -I${XBPS_CROSS_BASE}/${py3_inc}
-I${XBPS_CROSS_BASE}/usr/include"
_ldflags="$LDFLAGS -L${XBPS_CROSS_BASE}/${py3_lib}