Last stab at sdbm/Makefile.PL
authorMichael G. Schwern <schwern@pobox.com>
Tue, 11 Nov 2003 21:02:30 +0000 (13:02 -0800)
committerNicholas Clark <nick@ccl4.org>
Wed, 12 Nov 2003 21:35:35 +0000 (21:35 +0000)
Message-ID: <20031112050230.GO6874@localhost.comcast.net>

p4raw-id: //depot/perl@21710

ext/SDBM_File/sdbm/Makefile.PL

index 91d8172..3cf98d3 100644 (file)
@@ -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)],