diff options
-rw-r--r-- | www/lynx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 0f8d951022ef..7a9e6fa84fed 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -27,6 +27,8 @@ CONFIGURE_ARGS+=--with-zlib --libdir="${L_LIB}" \ --enable-nsl-fork --enable-persistent-cookies \ --enable-nested-tables --enable-gzip-help \ +MAKE_JOBS_UNSAFE= yes + OPTIONS= SSL "SSL support" on \ DEFAULT_COLORS "Colors support" off \ IPV6 "IPv6 support" off \ |