OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 07-Mar-2007 15:59:35
Branch: HEAD Handle: 2007030714593400
Modified files:
openpkg-src/perl-apache perl-apache.patch perl-apache.spec
Log:
make sure a static version of libapreq is linked into Apache::Request.
Contributed by: philippe dot libat at free dot fr
Summary:
Revision Changes Path
1.2 +16 -0 openpkg-src/perl-apache/perl-apache.patch
1.75 +1 -1 openpkg-src/perl-apache/perl-apache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-apache/perl-apache.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 perl-apache.patch
--- openpkg-src/perl-apache/perl-apache.patch 22 Jul 2003 13:29:53 -0000
1.1
+++ openpkg-src/perl-apache/perl-apache.patch 7 Mar 2007 14:59:34 -0000
1.2
@@ -7,3 +7,19 @@
-);
\ No newline at end of file
+);
+--- libapreq-1.1/Makefile.PL.orig 2007-03-07 14:19:02.000000000 +0100
++++ libapreq-1.1/Makefile.PL 2007-03-07 15:22:56.000000000 +0100
+@@ -98,6 +98,13 @@
+ }
+ }
+
++sub MY::subdirs {
++ my $self = shift;
++ my $string = $self->MM::subdirs;
++ $string =~ s/(cd c\s.*all\s+)(.*)/$1 $2 LINKTYPE="static"/;
++ return $string;
++}
++
+ sub MY::pasthru {
+ my $self = shift;
+ chomp(my $str = $self->MM::pasthru);
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/perl-apache/perl-apache.spec
============================================================================
$ cvs diff -u -r1.74 -r1.75 perl-apache.spec
--- openpkg-src/perl-apache/perl-apache.spec 22 Feb 2007 06:11:40 -0000
1.74
+++ openpkg-src/perl-apache/perl-apache.spec 7 Mar 2007 14:59:34 -0000
1.75
@@ -51,7 +51,7 @@
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
-Release: 20070222
+Release: 20070307
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Apache/Apache-AuthCookie-%{V_apache_authcookie}.tar.gz
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]