~ubuntu-branches/ubuntu/edgy/rpm/edgy

« back to all changes in this revision

Viewing changes to db/perl.DB_File/patches/5.004

  • Committer: Bazaar Package Importer
  • Author(s): Joey Hess
  • Date: 2002-01-22 20:56:57 UTC
  • Revision ID: james.westby@ubuntu.com-20020122205657-l74j50mr9z8ofcl5
Tags: upstream-4.0.3
ImportĀ upstreamĀ versionĀ 4.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff perl5.004.orig/Configure perl5.004/Configure
 
2
190a191
 
3
> perllibs=''
 
4
9904a9906,9913
 
5
> : Remove libraries needed only for extensions
 
6
> : The appropriate ext/Foo/Makefile.PL will add them back in, if
 
7
> : necessary.
 
8
> set X `echo " $libs " | 
 
9
>   sed -e 's@ -lndbm @ @' -e 's@ -lgdbm @ @' -e 's@ -ldbm @ @' -e 's@ -ldb @ @'` 
 
10
> shift
 
11
> perllibs="$*"
 
12
 
13
10372a10382
 
14
> perllibs='$perllibs'
 
15
diff perl5.004.orig/Makefile.SH perl5.004/Makefile.SH
 
16
122c122
 
17
< libs = $libs $cryptlib
 
18
---
 
19
> libs = $perllibs $cryptlib
 
20
Common subdirectories: perl5.004.orig/Porting and perl5.004/Porting
 
21
Common subdirectories: perl5.004.orig/cygwin32 and perl5.004/cygwin32
 
22
Common subdirectories: perl5.004.orig/eg and perl5.004/eg
 
23
Common subdirectories: perl5.004.orig/emacs and perl5.004/emacs
 
24
Common subdirectories: perl5.004.orig/ext and perl5.004/ext
 
25
Common subdirectories: perl5.004.orig/h2pl and perl5.004/h2pl
 
26
Common subdirectories: perl5.004.orig/hints and perl5.004/hints
 
27
Common subdirectories: perl5.004.orig/lib and perl5.004/lib
 
28
diff perl5.004.orig/myconfig perl5.004/myconfig
 
29
38c38
 
30
<     libs=$libs
 
31
---
 
32
>     libs=$perllibs
 
33
Common subdirectories: perl5.004.orig/os2 and perl5.004/os2
 
34
diff perl5.004.orig/patchlevel.h perl5.004/patchlevel.h
 
35
40a41
 
36
>       ,"NODB-1.0 - remove -ldb from core perl binary."
 
37
Common subdirectories: perl5.004.orig/plan9 and perl5.004/plan9
 
38
Common subdirectories: perl5.004.orig/pod and perl5.004/pod
 
39
Common subdirectories: perl5.004.orig/qnx and perl5.004/qnx
 
40
Common subdirectories: perl5.004.orig/t and perl5.004/t
 
41
Common subdirectories: perl5.004.orig/utils and perl5.004/utils
 
42
Common subdirectories: perl5.004.orig/vms and perl5.004/vms
 
43
Common subdirectories: perl5.004.orig/win32 and perl5.004/win32
 
44
Common subdirectories: perl5.004.orig/x2p and perl5.004/x2p