[libev-perl] 01/02: debian/rules: build with -DEV_NO_ATFORK.

gregor herrmann gregoa at debian.org
Sun Dec 13 15:05:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libev-perl.

commit f75d43581891abc2989128186913e4d70ec6d6f7
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Dec 13 16:02:25 2015 +0100

    debian/rules: build with -DEV_NO_ATFORK.
    
    Fixes segfault of Apache when EV is preloaded under Apache/mod_perl.
    
    Thanks: Niko Tyni for the analysis.
    Closes: #805847
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..51279ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+override_dh_auto_configure:
+	EV_EXTRA_DEFS="-DEV_NO_ATFORK" dh_auto_configure

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libev-perl.git



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