summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/stable/mythweb
diff options
context:
space:
mode:
authorBob Igo <bob@stormlogic.com>2009-06-02 19:12:46 (GMT)
committerBob Igo <bob@stormlogic.com>2009-06-02 19:12:46 (GMT)
commitc5efb029b2c21317008cc32385373734dd9fd599 (patch)
tree5e8c6ce098fe03983fdb7e085d21d5084ed76e26 /abs/core-testing/mythtv/stable/mythweb
parent534051ae790d73188e5c49e633e575acc8498682 (diff)
downloadlinhes_pkgbuild-c5efb029b2c21317008cc32385373734dd9fd599.zip
linhes_pkgbuild-c5efb029b2c21317008cc32385373734dd9fd599.tar.gz
linhes_pkgbuild-c5efb029b2c21317008cc32385373734dd9fd599.tar.bz2
Implement Truck Jackson's fix for FS#140
Diffstat (limited to 'abs/core-testing/mythtv/stable/mythweb')
-rw-r--r--abs/core-testing/mythtv/stable/mythweb/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core-testing/mythtv/stable/mythweb/PKGBUILD b/abs/core-testing/mythtv/stable/mythweb/PKGBUILD
index 768eba0..c3a2369 100644
--- a/abs/core-testing/mythtv/stable/mythweb/PKGBUILD
+++ b/abs/core-testing/mythtv/stable/mythweb/PKGBUILD
@@ -29,7 +29,8 @@ build() {
chown -R http:users $startdir/pkg/$DOCROOT
chmod g+rw $startdir/pkg/$DOCROOT/{image_cache,php_sessions,data}
-
+# Workaround for LIGHTTPD bug in mythweb.pl (affects DB queries)
+ patch -p0 < $startdir/patch/mythweb.pl.diff
}