wok rev 25061
gftp: enable ssl
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 07 09:15:19 2022 +0000 (2022-06-07) |
parents | ea7c7014b421 |
children | 196372051572 |
files | gftp/receipt |
line diff
1.1 --- a/gftp/receipt Tue Jun 07 08:21:12 2022 +0000 1.2 +++ b/gftp/receipt Tue Jun 07 09:15:19 2022 +0000 1.3 @@ -11,8 +11,8 @@ 1.4 WGET_URL="https://github.com/masneyb/$PACKAGE/archive/refs/tags/$VERSION.tar.gz" 1.5 1.6 SUGGESTED="gftp-lang" 1.7 -DEPENDS="gtk+ libxml2 xorg-libXdamage" 1.8 -BUILD_DEPENDS="automake gtk+-dev libxml2-dev pkg-config" 1.9 +DEPENDS="gtk+ libxml2 libssl xorg-libXdamage" 1.10 +BUILD_DEPENDS="automake gtk+-dev libxml2-dev openssl-dev pkg-config" 1.11 1.12 # What is the latest version available today? 1.13 current_version() 1.14 @@ -28,7 +28,6 @@ 1.15 ./configure \ 1.16 --prefix=/usr \ 1.17 --mandir=/usr/share/man \ 1.18 - --disable-ssl \ 1.19 --disable-textport \ 1.20 $CONFIGURE_ARGS && 1.21 make &&