summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl/debian/prune_libs.diff
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/perl/perl/debian/prune_libs.diff')
-rw-r--r--meta/recipes-devtools/perl/perl/debian/prune_libs.diff19
1 files changed, 12 insertions, 7 deletions
diff --git a/meta/recipes-devtools/perl/perl/debian/prune_libs.diff b/meta/recipes-devtools/perl/perl/debian/prune_libs.diff
index b4443f6476..d153e0efce 100644
--- a/meta/recipes-devtools/perl/perl/debian/prune_libs.diff
+++ b/meta/recipes-devtools/perl/perl/debian/prune_libs.diff
@@ -1,7 +1,8 @@
1From 21bc033755f0b609f9bb2aa9e98b10d58424406f Mon Sep 17 00:00:00 2001 1From c4538f966c49e356599358def7d1febf61bca21f Mon Sep 17 00:00:00 2001
2From: Brendan O'Dea <bod@debian.org> 2From: Brendan O'Dea <bod@debian.org>
3Date: Fri, 18 Mar 2005 22:22:25 +1100 3Date: Fri, 18 Mar 2005 22:22:25 +1100
4Subject: Prune the list of libraries wanted to what we actually need. 4Subject: [PATCH 15/49] Prune the list of libraries wanted to what we actually
5 need.
5 6
6Bug-Debian: http://bugs.debian.org/128355 7Bug-Debian: http://bugs.debian.org/128355
7 8
@@ -9,25 +10,26 @@ We want to keep the dependencies on perl-base as small as possible,
9and some of the original list may be present on buildds (see Bug#128355). 10and some of the original list may be present on buildds (see Bug#128355).
10 11
11Patch-Name: debian/prune_libs.diff 12Patch-Name: debian/prune_libs.diff
13
12--- 14---
13 Configure | 5 ++--- 15 Configure | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-) 16 1 file changed, 2 insertions(+), 3 deletions(-)
15 17
16diff --git a/Configure b/Configure 18diff --git a/Configure b/Configure
17index 0a405d3..6fcc3bc 100755 19index 5a353d6..a00df64 100755
18--- a/Configure 20--- a/Configure
19+++ b/Configure 21+++ b/Configure
20@@ -1454,8 +1454,7 @@ libswanted_uselargefiles='' 22@@ -1479,8 +1479,7 @@ archname=''
21 : set usesocks on the Configure command line to enable socks. 23 usereentrant='undef'
22 : List of libraries we want. 24 : List of libraries we want.
23 : If anyone needs extra -lxxx, put those in a hint file. 25 : If anyone needs extra -lxxx, put those in a hint file.
24-libswanted="cl pthread socket bind inet nsl nm ndbm gdbm dbm db malloc dl ld" 26-libswanted="cl pthread socket bind inet nsl ndbm gdbm dbm db malloc dl ld"
25-libswanted="$libswanted sun m crypt sec util c cposix posix ucb bsd BSD" 27-libswanted="$libswanted sun m crypt sec util c cposix posix ucb bsd BSD"
26+libswanted='gdbm gdbm_compat db dl m c crypt' 28+libswanted='gdbm gdbm_compat db dl m c crypt'
27 : We probably want to search /usr/shlib before most other libraries. 29 : We probably want to search /usr/shlib before most other libraries.
28 : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist. 30 : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.
29 glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'` 31 glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'`
30@@ -23593,7 +23592,7 @@ sunos*X4*) 32@@ -24007,7 +24006,7 @@ sunos*X4*)
31 ;; 33 ;;
32 *) case "$usedl" in 34 *) case "$usedl" in
33 $define|true|[yY]*) 35 $define|true|[yY]*)
@@ -36,3 +38,6 @@ index 0a405d3..6fcc3bc 100755
36 shift 38 shift
37 perllibs="$*" 39 perllibs="$*"
38 ;; 40 ;;
41--
422.1.4
43