lighttpd-backport.patch
changeset 146 9d936651549d
equal deleted inserted replaced
145:67ce8c7866b5 146:9d936651549d
       
     1 diff -r d491126d43b7 source/network-extra/lighttpd/FrugalBuild
       
     2 --- a/source/network-extra/lighttpd/FrugalBuild	Fri Apr 12 11:28:14 2013 +0200
       
     3 +++ b/source/network-extra/lighttpd/FrugalBuild	Fri Apr 12 11:42:08 2013 +0200
       
     4 @@ -14,7 +14,7 @@
       
     5  	http://frugalware.org/images/frugalware.png)
       
     6  groups=('network-extra')
       
     7  archs=('i686' 'x86_64' 'arm')
       
     8 -depends=('libmysqlclient' 'bzip2' 'lua' 'pcre>=8.30' 'xfsprogs-attr' 'libldap' 'openssl>=1.0.0')
       
     9 +depends=('libmysqlclient' 'bzip2' 'lua' 'pcre' 'xfsprogs-attr' 'libldap' 'openssl')
       
    10  makedepends=('mysql')
       
    11  backup=(etc/$pkgname/$pkgname.conf)
       
    12  sha1sums=('61930d88aa5a5ebb4a4b539099e9577694e61185' \
       
    13 @@ -22,7 +22,7 @@
       
    14            'd6c2577965670f3e116d9358551cdc2f4b10b4b4' \
       
    15            '62fdfe9e07b2b55be660bd107bb6e1c742d90a3e')
       
    16  _F_systemd_units=($pkgname=)
       
    17 -Finclude systemd
       
    18 +#Finclude systemd
       
    19  
       
    20  build()
       
    21  {
       
    22 @@ -41,7 +41,7 @@
       
    23  	Ffile index.html /var/www/htdocs/index.html
       
    24  	Ffile frugalware.png /var/www/htdocs/frugalware.png
       
    25  	Ffilerel doc/systemd/$pkgname.service /lib/systemd/system/$pkgname.service
       
    26 -	Fgenscriptlet
       
    27 +	#Fgenscriptlet
       
    28  }
       
    29  
       
    30