diff options
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 |