wok-next diff hiawatha/receipt @ rev 20616

xrdp: up 0.9.3.1; zopfli: fix build; gcc61: attempt to fix; add gcc6 (latest among 6.x.x).
gcc61 and gcc6 are broken now.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 21 05:15:11 2018 +0300 (2018-04-21)
parents 92c944abb6f5
children a3c581bf52b8
line diff
     1.1 --- a/hiawatha/receipt	Wed Aug 21 18:41:33 2013 +0000
     1.2 +++ b/hiawatha/receipt	Sat Apr 21 05:15:11 2018 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="hiawatha"
     1.7 -VERSION="8.3.1"
     1.8 +VERSION="10.7"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Advanced and secure webserver."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -20,7 +20,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_SYSCONFDIR=/etc \
    1.18  	      -DLOG_DIR=/var/log -DWEBROOT_DIR=/var/www -DPID_DIR=/var/run \
    1.19  	      -DWORK_DIR=/var/lib .