diff -r 67ce8c7866b5 -r 9d936651549d lighttpd-backport.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lighttpd-backport.patch Fri Apr 12 11:42:52 2013 +0200 @@ -0,0 +1,30 @@ +diff -r d491126d43b7 source/network-extra/lighttpd/FrugalBuild +--- a/source/network-extra/lighttpd/FrugalBuild Fri Apr 12 11:28:14 2013 +0200 ++++ b/source/network-extra/lighttpd/FrugalBuild Fri Apr 12 11:42:08 2013 +0200 +@@ -14,7 +14,7 @@ + http://frugalware.org/images/frugalware.png) + groups=('network-extra') + archs=('i686' 'x86_64' 'arm') +-depends=('libmysqlclient' 'bzip2' 'lua' 'pcre>=8.30' 'xfsprogs-attr' 'libldap' 'openssl>=1.0.0') ++depends=('libmysqlclient' 'bzip2' 'lua' 'pcre' 'xfsprogs-attr' 'libldap' 'openssl') + makedepends=('mysql') + backup=(etc/$pkgname/$pkgname.conf) + sha1sums=('61930d88aa5a5ebb4a4b539099e9577694e61185' \ +@@ -22,7 +22,7 @@ + 'd6c2577965670f3e116d9358551cdc2f4b10b4b4' \ + '62fdfe9e07b2b55be660bd107bb6e1c742d90a3e') + _F_systemd_units=($pkgname=) +-Finclude systemd ++#Finclude systemd + + build() + { +@@ -41,7 +41,7 @@ + Ffile index.html /var/www/htdocs/index.html + Ffile frugalware.png /var/www/htdocs/frugalware.png + Ffilerel doc/systemd/$pkgname.service /lib/systemd/system/$pkgname.service +- Fgenscriptlet ++ #Fgenscriptlet + } + +