wok rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents e05759d971f8
children ffc82bc66825
files retawq/description.txt retawq/receipt
line diff
     1.1 --- a/retawq/description.txt	Thu Jan 10 22:30:58 2019 +0100
     1.2 +++ b/retawq/description.txt	Fri Jan 11 09:19:11 2019 +0100
     1.3 @@ -4,3 +4,4 @@
     1.4  network communications are performed in a non-blocking way, and you can keep
     1.5  open as many "virtual windows" as you want and work simultaneously in two of
     1.6  them in a split-screen mode.
     1.7 +In SliTaz the "man" command uses it to browse online manpages.
     2.1 --- a/retawq/receipt	Thu Jan 10 22:30:58 2019 +0100
     2.2 +++ b/retawq/receipt	Fri Jan 11 09:19:11 2019 +0100
     2.3 @@ -12,8 +12,8 @@
     2.4  TAGS="web-browser"
     2.5  HOST_ARCH="i486 arm"
     2.6  
     2.7 -DEPENDS="ncurses libtinfo"
     2.8 -BUILD_DEPENDS="ncurses-dev libtinfo"
     2.9 +DEPENDS="ncurses libtinfo openssl"
    2.10 +BUILD_DEPENDS="ncurses-dev libtinfo openssl-dev"
    2.11  
    2.12  # Rules to configure and make the package.
    2.13  compile_rules()
    2.14 @@ -28,6 +28,7 @@
    2.15  
    2.16  	./configure \
    2.17  		--enable-local-cgi \
    2.18 +		--set-tls=2 \
    2.19  		--path-prefix=/usr \
    2.20  		--path-doc=/usr/share/doc/retawq \
    2.21  		--path-man=/usr/share/man \