diff options
author | Michael G. Schwern <schwern@pobox.com> | 2003-11-11 13:02:30 -0800 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2003-11-12 21:35:35 +0000 |
commit | 05106a66598c0f7468245082baf57f74ae89945f (patch) | |
tree | 07daa9acacd65e4135ad70a36357702cec1bd1d1 /ext/SDBM_File | |
parent | 6c9f5ae604f56643950b95aad06003efaa426a02 (diff) | |
download | perl-05106a66598c0f7468245082baf57f74ae89945f.tar.gz |
Last stab at sdbm/Makefile.PL
Message-ID: <20031112050230.GO6874@localhost.comcast.net>
p4raw-id: //depot/perl@21710
Diffstat (limited to 'ext/SDBM_File')
-rw-r--r-- | ext/SDBM_File/sdbm/Makefile.PL | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/SDBM_File/sdbm/Makefile.PL b/ext/SDBM_File/sdbm/Makefile.PL index 91d8172841..3cf98d377f 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)], |