wok-next rev 19935

cloudvpn: tiny patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 15 14:27:05 2017 +0200 (2017-10-15)
parents 0677a57c3040
children b3372388a986
files cloudvpn/receipt
line diff
     1.1 --- a/cloudvpn/receipt	Sun Oct 15 13:51:34 2017 +0200
     1.2 +++ b/cloudvpn/receipt	Sun Oct 15 14:27:05 2017 +0200
     1.3 @@ -11,13 +11,13 @@
     1.4  WGET_URL="http://dev.e-x-a.org/attachments/download/1/$TARBALL"
     1.5  TAGS="vpn tunnel"
     1.6  
     1.7 -BUILD_DEPENDS="gnutls-dev zlib-dev automake"
     1.8 +BUILD_DEPENDS="gnutls-dev zlib-dev automake libgcrypt-dev"
     1.9  DEPENDS="gcc-lib-base gnutls zlib libtasn1"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13  {
    1.14 -	cd $src
    1.15 +	sed -i 's/"poll.h"/&\n#include <unistd.h>/' common/poll.cpp
    1.16  	./autogen.sh
    1.17  	./configure \
    1.18  		$CONFIGURE_ARGS &&