~ubuntu-branches/ubuntu/feisty/libapache2-mod-perl2/feisty-security

« back to all changes in this revision

Viewing changes to WrapXS/APR/URI/Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2004-08-19 06:23:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040819062348-jxl4koqbtvgm8v2t
Tags: 1.99.14-4
Remove the LFS CFLAGS, and build-dep against apache2-*-dev (>= 2.0.50-10)
as we're backing out of the apache2/apr ABI transition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
2
# /*
 
3
#  * *********** WARNING **************
 
4
#  * This file generated by ModPerl::WrapXS/0.01
 
5
#  * Any changes made here will be lost
 
6
#  * ***********************************
 
7
#  * 01: lib/ModPerl/Code.pm:699
 
8
#  * 02: lib/ModPerl/WrapXS.pm:343
 
9
#  * 03: lib/ModPerl/WrapXS.pm:1052
 
10
#  * 04: Makefile.PL:290
 
11
#  * 05: Makefile.PL:238
 
12
#  * 06: Makefile.PL:49
 
13
#  */
 
14
 
15
 
 
16
 
 
17
use lib qw(../../../lib); #for Apache::BuildConfig
 
18
use ModPerl::BuildMM ();
 
19
 
 
20
ModPerl::BuildMM::WriteMakefile(
 
21
    'NAME'    => 'APR::URI',
 
22
    'VERSION' => '0.01',
 
23
    'depend'  => {
 
24
          'URI.c' => ' /home/dilinger/src/libapache2-mod-perl2-1.99.14/xs/APR/URI/APR__URI.h'
 
25
        }
 
26
,
 
27
);