Schwern says this is most probably an old VMS MakeMaker
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 31 Jul 2003 05:39:11 +0000 (05:39 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 31 Jul 2003 05:39:11 +0000 (05:39 +0000)
bug workaround that can go now.

p4raw-id: //depot/perl@20370

ext/SDBM_File/sdbm/Makefile.PL

index 2e576da..48e3c49 100644 (file)
@@ -13,7 +13,6 @@ WriteMakefile(
 #    LINKTYPE  => 'static',
     DEFINE    => $define,
     INC       => '-I$(PERL_INC)', # force PERL_INC dir ahead of system -I's
-    INST_ARCHLIB => '.',
     SKIP      => [qw(dynamic dynamic_lib dlsyms)],
     OBJECT    => '$(O_FILES)',
     clean     => {'FILES' => 'dbu libsdbm.a dbd dba dbe x-dbu *.dir *.pag'},