diff options
author | Tim Bunce <Tim.Bunce@ig.co.uk> | 1997-06-11 12:00:00 +1200 |
---|---|---|
committer | Tim Bunce <Tim.Bunce@ig.co.uk> | 1997-06-11 12:00:00 +1200 |
commit | 4dcba7838f3fd83292ddf7d8be7a7a2e8a4f9854 (patch) | |
tree | d773defeeaa6156102849228a0c996a4c2b2b6f0 /ext | |
parent | 906cf63ea784f7cfe0090539e4befe7829bb6a2b (diff) | |
download | perl-4dcba7838f3fd83292ddf7d8be7a7a2e8a4f9854.tar.gz |
sdbm can fail if a config.h exists in system directories
Diffstat (limited to 'ext')
-rw-r--r-- | ext/SDBM_File/sdbm/Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/SDBM_File/sdbm/Makefile.PL b/ext/SDBM_File/sdbm/Makefile.PL index 21ad7576c3..50fd83eb25 100644 --- a/ext/SDBM_File/sdbm/Makefile.PL +++ b/ext/SDBM_File/sdbm/Makefile.PL @@ -7,6 +7,7 @@ WriteMakefile( NAME => 'sdbm', # (doesn't matter what the name is here) oh yes it does LINKTYPE => 'static', DEFINE => $define, + INC => '-I$(PERL_INC)', # force PERL_INC dir ahead of system -I's SKIP => [qw(dynamic dynamic_lib)], OBJECT => '$(O_FILES)', clean => {'FILES' => 'dbu libsdbm.a dbd dba dbe x-dbu *.dir *.pag'}, |