sdbm can fail if a config.h exists in system directories
Tim Bunce [Wed, 11 Jun 1997 00:00:00 +0000 (12:00 +1200)]
ext/SDBM_File/sdbm/Makefile.PL

index 21ad757..50fd83e 100644 (file)
@@ -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'},