[arch-commits] Commit in cups/trunk (PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Fri Mar 13 20:38:37 UTC 2015
Date: Friday, March 13, 2015 @ 21:38:36
Author: andyrtr
Revision: 233592
upgpkg: cups 2.0.2-2
avoid epoll - should solve some cpu hanging problems partly FS#42666?
Modified:
cups/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-03-13 20:33:45 UTC (rev 233591)
+++ PKGBUILD 2015-03-13 20:38:36 UTC (rev 233592)
@@ -4,7 +4,7 @@
pkgbase="cups"
pkgname=('libcups' 'cups')
pkgver=2.0.2
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
license=('GPL')
url="http://www.cups.org/"
@@ -80,6 +80,10 @@
--enable-libpaper \
--with-php=/usr/bin/php-cgi \
--with-optim="$CFLAGS" #--help
+
+ # Avoid epoll for the moment (Fedora bug #1179596 - may solve FS#42666)
+ sed -i -e 's,\(HAVE_EPOLL\) 1,\1 0,' config.h
+
make
}
More information about the arch-commits
mailing list