[packages/apache-mod_perl] - fix ABI mismatch with perl causing mod_perl to segfault on ix86

baggins baggins at pld-linux.org
Thu Aug 1 12:27:34 CEST 2013


commit ccc72ec9ff1269ed31738d0fd761273607354ac3
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Thu Aug 1 12:27:05 2013 +0200

    - fix ABI mismatch with perl causing mod_perl to segfault on ix86

 apache-mod_perl.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/apache-mod_perl.spec b/apache-mod_perl.spec
index 522bfa7..31d7c4c 100644
--- a/apache-mod_perl.spec
+++ b/apache-mod_perl.spec
@@ -11,7 +11,7 @@
 
 %define		ver	2.0.7
 %define		snap	svn1448242
-%define		rel	7
+%define		rel	7.1
 Summary:	A Perl interpreter for the Apache Web server
 Summary(cs.UTF-8):	Vestavěný interpret Perlu pro WWW server Apache
 Summary(da.UTF-8):	En indbygget Perl-fortolker for webtjeneren Apache
@@ -265,8 +265,8 @@ pomocnicze do testowania serwera Apache.
 	INSTALLDIRS=vendor
 
 %{__make} \
-	OPTIMIZE="%{rpmcflags}" \
-	MODPERL_OPTIMIZE="%{rpmcflags}" \
+	OPTIMIZE="%{rpmcflags} -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" \
+	MODPERL_OPTIMIZE="%{rpmcflags} -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" \
 	CC="%{__cc}" \
 	MP_APXS=%{apxs}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apache-mod_perl.git/commitdiff/ccc72ec9ff1269ed31738d0fd761273607354ac3



More information about the pld-cvs-commit mailing list