fcgiwrap: Fix manpage location

This commit is contained in:
Fredrik Fornwall 2019-07-05 00:11:12 +02:00
parent f3befcda7b
commit aecc2f1e88
1 changed files with 2 additions and 0 deletions

View File

@ -2,10 +2,12 @@ TERMUX_PKG_HOMEPAGE=http://nginx.localdomain.pl/wiki/FcgiWrap
TERMUX_PKG_DESCRIPTION="A simple server for running CGI applications over FastCGI"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_VERSION=1.1.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/gnosek/fcgiwrap/archive/$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=4c7de0db2634c38297d5fcef61ab4a3e21856dd7247d49c33d9b19542bd1c61f
TERMUX_PKG_DEPENDS="fcgi"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--mandir=/share/man"
termux_step_pre_configure() {
CFLAGS+=" -Wno-error=implicit-fallthrough"