diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-09-02 08:52:51 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-09-02 08:52:51 +0000 |
commit | 90b2c22ad8414b5e3715289f7b5b51014fdb8b67 (patch) | |
tree | 74ad7c5dfe2933230d2e34a41990b3d1f0a18a59 /www | |
parent | 1c4f09110ae4765a1ae78985d4842f07967828ee (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/obhttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/obhttpd/Makefile b/www/obhttpd/Makefile index 8357aeec7f3c..1b1ec0cbf31d 100644 --- a/www/obhttpd/Makefile +++ b/www/obhttpd/Makefile @@ -22,7 +22,7 @@ GH_PROJECT= httpd USE_RC_SUBR= obhttpd -CFLAGS+= -Wall +CFLAGS+= -Wall -fcommon CFLAGS+= -I${WRKDIR}/libressl-${SSL_VERSION}/include MAKE_ARGS+= MANDIR=${PREFIX}/man/man |