$NetBSD: patch-aa,v 1.2 2005/03/22 07:37:06 schmonz Exp $

--- Makefile.PL.orig	2000-04-14 05:23:54.000000000 -0400
+++ Makefile.PL
@@ -1,6 +1,6 @@
 use ExtUtils::MakeMaker;
 
-system('./Configure');
+system('./Configure -d');
 
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
 # the contents of the Makefile that is written.
@@ -10,7 +10,7 @@ WriteMakefile(
     'LIBS'	=> [''],   # e.g., '-lm' 
     'DEFINE'	=> '',     # e.g., '-DHAVE_SOMETHING' 
     'INC'	=> '',     # e.g., '-I/usr/include/other' 
-    'OBJECT'    => 'sharelite.o ShareLite.o',
+    'OBJECT'    => 'ipcsharelite.o ShareLite.o',
     'dist'      => {
         COMPRESS => 'gzip', SUFFIX => 'gz',
     },          
