From: Michael G. Schwern Date: Tue, 11 Nov 2003 21:02:30 +0000 (-0800) Subject: Last stab at sdbm/Makefile.PL X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=05106a66598c0f7468245082baf57f74ae89945f;p=p5sagit%2Fp5-mst-13.2.git Last stab at sdbm/Makefile.PL Message-ID: <20031112050230.GO6874@localhost.comcast.net> p4raw-id: //depot/perl@21710 --- diff --git a/ext/SDBM_File/sdbm/Makefile.PL b/ext/SDBM_File/sdbm/Makefile.PL index 91d8172..3cf98d3 100644 --- a/ext/SDBM_File/sdbm/Makefile.PL +++ b/ext/SDBM_File/sdbm/Makefile.PL @@ -10,10 +10,9 @@ if ($^O eq 'VMS') { # Old VAXC compiler can't handle Duff's device WriteMakefile( NAME => 'sdbm', # (doesn't matter what the name is here) oh yes it does -# LINKTYPE => 'static', + LINKTYPE => 'static', DEFINE => $define, INC => '-I$(PERL_INC)', # force PERL_INC dir ahead of system -I's - SKIP => [qw(dynamic dynamic_lib dlsyms)], OBJECT => '$(O_FILES)', clean => {'FILES' => 'dbu libsdbm.a dbd dba dbe x-dbu *.dir *.pag'}, H => [qw(tune.h sdbm.h pair.h $(PERL_INC)/config.h)],