wok-next rev 21415
updated proxytunnel (1.9.0 -> 1.9.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 27 16:48:39 2020 +0100 (2020-04-27) |
parents | e2f2d041cad1 |
children | 92593f1b2e4e |
files | proxytunnel/receipt |
line diff
1.1 --- a/proxytunnel/receipt Sat Apr 25 17:45:14 2020 +0100 1.2 +++ b/proxytunnel/receipt Mon Apr 27 16:48:39 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="proxytunnel" 1.7 -VERSION="1.9.0" 1.8 +VERSION="1.9.1" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Connecting outside through HTTP(S) proxies" 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -13,7 +13,8 @@ 1.13 1.14 BUILD_DEPENDS="openssl-dev" 1.15 1.16 -compile_rules() { 1.17 +compile_rules() 1.18 +{ 1.19 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" 1.20 sed -i 's|/local||' Makefile 1.21 1.22 @@ -21,7 +22,8 @@ 1.23 make DESTDIR=$install install 1.24 } 1.25 1.26 -genpkg_rules() { 1.27 +genpkg_rules() 1.28 +{ 1.29 copy @std 1.30 - DEPENDS="openssl gzip" 1.31 + DEPENDS="gzip openssl" 1.32 }