summaryrefslogtreecommitdiff
path: root/makefiles/gmake/help.mk
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-07-12 23:20:04 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-07-12 23:20:04 +0200
commita441d2f44ca233c9d3f0228e76b3072e9cdb7fda (patch)
tree1daedd331468d22477842fdb083b2dd5f2a2b3c1 /makefiles/gmake/help.mk
parent701352f84ddd204d738407c29a4b6e501694a59c (diff)
downloadcrawler-a441d2f44ca233c9d3f0228e76b3072e9cdb7fda.tar.gz
crawler-a441d2f44ca233c9d3f0228e76b3072e9cdb7fda.tar.bz2
fixed tests and added a libfetch test
Diffstat (limited to 'makefiles/gmake/help.mk')
-rw-r--r--makefiles/gmake/help.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/makefiles/gmake/help.mk b/makefiles/gmake/help.mk
index b5ffa62..2b5f07a 100644
--- a/makefiles/gmake/help.mk
+++ b/makefiles/gmake/help.mk
@@ -17,6 +17,8 @@ make check-po check sanity of gettext files
Available optional features:
+WITH_SSL=1 use OpenSSL additionally for communication encryption
+
frontier implementations:
WITH_SYSTEM_SQLITE3=1 use the system version of sqlite3
@@ -37,4 +39,4 @@ Some more obscure options:
ENABLE_NLS=0 Don't build gettext NLS support (default is on)
Example:
-make WITH_SQLITE3=1 WITH_PGSQL=1 WITH_LIBXML2=1
+make WITH_SSL=1 WITH_SQLITE3=1 WITH_PGSQL=1 WITH_LOCAL_LIBFETCH=1 WITH_LIBXML2=1