]> git.pld-linux.org Git - packages/perl.git/blame - perl-db3.patch
- obsolete (no longer used)
[packages/perl.git] / perl-db3.patch
CommitLineData
f85080da
JR
1--- perl-5.6.1/ext/NDBM_File/NDBM_File.xs~ Sat Mar 3 20:53:20 2001
2+++ perl-5.6.1/ext/NDBM_File/NDBM_File.xs Fri Apr 20 18:23:37 2001
3@@ -6,7 +6,8 @@
4 * See also INSTALL section on DB3.
5 * -- Stanislav Brabec <utx@penguin.cz> */
6 #undef ENTER
7-#include <ndbm.h>
8+#define DB_DBM_HSEARCH 1
9+#include <db.h>
10
11 typedef struct {
12 DBM * dbp ;
b2b419fc
JR
13--- perl-5.6.1/ext/NDBM_File/Makefile.PL~ Fri Apr 20 18:16:55 2001
14+++ perl-5.6.1/ext/NDBM_File/Makefile.PL Fri Apr 20 18:33:48 2001
15@@ -1,8 +1,8 @@
16 use ExtUtils::MakeMaker;
17 WriteMakefile(
18 NAME => 'NDBM_File',
19- LIBS => ["-L/usr/local/lib -lndbm", "-ldbm -lucb"],
20- CCFLAGS => '-I/usr/include/db1 -Dbool=char -DHAS_BOOL',
21+ LIBS => ["-L/usr/local/lib -ldb"],
22+ CCFLAGS => '-Dbool=char -DHAS_BOOL',
23 MAN3PODS => {}, # Pods will be built by installman.
24 XSPROTOARG => '-noprototypes', # XXX remove later?
25 VERSION_FROM => 'NDBM_File.pm',
This page took 0.059946 seconds and 4 git commands to generate.