From 16eaf800759c4e5975645c7d909e82f51351ca7b Mon Sep 17 00:00:00 2001 From: rjray Date: Fri, 27 Apr 2001 09:07:08 +0000 Subject: [PATCH] Disable the version-checking on XS code for now, until I can figure out how to do it correctly. CVS patchset: 4715 CVS date: 2001/04/27 09:07:08 --- Perl-RPM/Makefile.PL | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Perl-RPM/Makefile.PL b/Perl-RPM/Makefile.PL index da82d43..e88bed7 100644 --- a/Perl-RPM/Makefile.PL +++ b/Perl-RPM/Makefile.PL @@ -1,6 +1,6 @@ #!/bin/perl -# $Id: Makefile.PL,v 1.20 2001/03/11 08:55:55 rjray Exp $ +# $Id: Makefile.PL,v 1.21 2001/04/27 09:07:08 rjray Exp $ use Config; use ExtUtils::MakeMaker; @@ -88,7 +88,7 @@ list near line 78. Stopped" WriteMakefile( NAME => 'RPM', DISTNAME => 'Perl-RPM', - VERSION_FROM => 'RPM.pm', + VERSION => '0.31', LIBS => $rpm_libs, DEFINE => $rpm_defines, PM => \%PM, @@ -97,7 +97,8 @@ WriteMakefile( OBJECT => $OBJECT, INC => "-I. -I$rpm_libdir", DIR => [], -# XSOPT => '-nolinenumbers', +# XSOPT => '-noversioncheck -nolinenumbers', + XSOPT => '-noversioncheck', dist => { COMPRESS => 'gzip -9f' }, clean => { FILES => $CLEAN } ); -- 2.7.4