From 05106a66598c0f7468245082baf57f74ae89945f Mon Sep 17 00:00:00 2001 From: "Michael G. Schwern" Date: Tue, 11 Nov 2003 13:02:30 -0800 Subject: [PATCH] Last stab at sdbm/Makefile.PL Message-ID: <20031112050230.GO6874@localhost.comcast.net> p4raw-id: //depot/perl@21710 --- ext/SDBM_File/sdbm/Makefile.PL | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)], -- 2.7.4