[SCM] high performance full-featured event loop branch, master, updated. debian/4.11-2-8-gcf0e6cb

gregor herrmann gregoa at debian.org
Fri Jul 26 16:03:59 UTC 2013


The following commit has been merged in the master branch:
commit 407048f964efbb5be8132e292568233b08098332
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jul 26 17:51:36 2013 +0200

    Enable epoll support in debian/rules.
    
    Thanks: Robert Norris for the bug report and hint.
    Closes: #716928

diff --git a/debian/rules b/debian/rules
index 2d33f6a..78ddda3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+override_dh_auto_configure:
+	EV_EPOLL=1 dh_auto_configure

-- 
high performance full-featured event loop



More information about the Pkg-perl-cvs-commits mailing list