diff options
author | pi <pi@FreeBSD.org> | 2017-07-29 19:55:22 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2017-07-29 19:55:22 +0800 |
commit | 1f19ce0941c413ae0f8393756fa82ac6713ed945 (patch) | |
tree | 2ac0958dcb7253f5e263f05d580d5e424e4eca95 /www | |
parent | 714c9881d5739517f167f4ada02e673eb54f2214 (diff) | |
download | freebsd-ports-gnome-1f19ce0941c413ae0f8393756fa82ac6713ed945.tar.gz freebsd-ports-gnome-1f19ce0941c413ae0f8393756fa82ac6713ed945.tar.zst freebsd-ports-gnome-1f19ce0941c413ae0f8393756fa82ac6713ed945.zip |
www/mod_security-devel: add comment to explain USE_GCC
PR: 220352
Submitted by: Marius Halden <marius.h@lden.org>
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_security-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mod_security-devel/Makefile b/www/mod_security-devel/Makefile index 433c383f9f5f..0c3be0d850e1 100644 --- a/www/mod_security-devel/Makefile +++ b/www/mod_security-devel/Makefile @@ -16,6 +16,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ USES= gmake autoreconf libtool pkgconfig:build USE_GNOME= libxml2 +# GCC because of https://github.com/SpiderLabs/ModSecurity/issues/1411 USE_GCC= 6+ USE_LDCONFIG= yes GNU_CONFIGURE= yes |