From: Mariusz Mazur Date: Thu, 17 Oct 2002 18:34:38 +0000 (+0000) Subject: - pld2.0 is comming X-Git-Tag: perl-5_6_1-64~13 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fperl.git;a=commitdiff_plain;h=a6d67967e8b6c4e9a3f5de9d56855b5882fde919 - pld2.0 is comming Changed files: perl-db4.patch -> 1.1 --- diff --git a/perl-db4.patch b/perl-db4.patch new file mode 100644 index 0000000..9710436 --- /dev/null +++ b/perl-db4.patch @@ -0,0 +1,25 @@ +--- perl-5.6.1/ext/NDBM_File/NDBM_File.xs~ Sat Mar 3 20:53:20 2001 ++++ perl-5.6.1/ext/NDBM_File/NDBM_File.xs Fri Apr 20 18:23:37 2001 +@@ -6,7 +6,8 @@ + * See also INSTALL section on DB3. + * -- Stanislav Brabec */ + #undef ENTER +-#include ++#define DB_DBM_HSEARCH 1 ++#include + + typedef struct { + DBM * dbp ; +--- perl-5.6.1/ext/NDBM_File/Makefile.PL~ Fri Apr 20 18:16:55 2001 ++++ perl-5.6.1/ext/NDBM_File/Makefile.PL Fri Apr 20 18:33:48 2001 +@@ -1,8 +1,8 @@ + use ExtUtils::MakeMaker; + WriteMakefile( + NAME => 'NDBM_File', +- LIBS => ["-L/usr/local/lib -lndbm", "-ldbm -lucb"], +- CCFLAGS => '-I/usr/include/db1 -Dbool=char -DHAS_BOOL', ++ LIBS => ["-L/usr/local/lib -ldb4.1"], ++ CCFLAGS => '-Dbool=char -DHAS_BOOL', + MAN3PODS => {}, # Pods will be built by installman. + XSPROTOARG => '-noprototypes', # XXX remove later? + VERSION_FROM => 'NDBM_File.pm',