[oe-commits] org.oe.oz354x perl-native_5.8.7.bb : amd64 build fixes from .dev

xora commit openembedded-commits at lists.openembedded.org
Sun Jan 28 23:13:16 UTC 2007


perl-native_5.8.7.bb : amd64 build fixes from .dev

Author: xora at openembedded.org
Branch: org.openembedded.oz354x
Revision: 9ce50467c8feda5bd9e35b5e3bce37ea7d67035a
ViewMTN: http://monotone.openembedded.org/revision.psp?id=9ce50467c8feda5bd9e35b5e3bce37ea7d67035a
Files:
1
packages/perl/files/Configure-multilib.patch
packages/perl/perl-native_5.8.7.bb
Diffs:

#
# mt diff -rbe3ee234c36eeb5a1d7f409d1bf2c7c15be96b2e -r9ce50467c8feda5bd9e35b5e3bce37ea7d67035a
#
# 
# 
# add_file "packages/perl/files/Configure-multilib.patch"
#  content [da79961bf5daddecfa6cd4b262a513664b9aac59]
# 
# patch "packages/perl/perl-native_5.8.7.bb"
#  from [17a9c3ad3eabd05aa0d0387505f0627fa7c70a4a]
#    to [63e44f460a4bfcf53ae01bdfd5a4b5700649a366]
# 
============================================================
--- packages/perl/files/Configure-multilib.patch	da79961bf5daddecfa6cd4b262a513664b9aac59
+++ packages/perl/files/Configure-multilib.patch	da79961bf5daddecfa6cd4b262a513664b9aac59
@@ -0,0 +1,11 @@
+--- perl-5.8.7/Configure.orig	2006-01-30 10:50:04.000000000 +0000
++++ perl-5.8.7/Configure	2006-01-30 10:51:18.000000000 +0000
+@@ -1240,7 +1240,7 @@
+ loclibpth="$loclibpth /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib"
+ 
+ : general looking path for locating libraries
+-glibpth="/lib /usr/lib $xlibpth"
++glibpth="/lib /usr/lib /lib64 /usr/lib64 $xlibpth"
+ glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/local/lib"
+ test -f /usr/shlib/libc.so && glibpth="/usr/shlib $glibpth"
+ test -f /shlib/libc.so     && glibpth="/shlib $glibpth"
============================================================
--- packages/perl/perl-native_5.8.7.bb	17a9c3ad3eabd05aa0d0387505f0627fa7c70a4a
+++ packages/perl/perl-native_5.8.7.bb	63e44f460a4bfcf53ae01bdfd5a4b5700649a366
@@ -8,7 +8,8 @@ DEPENDS = "db3-native gdbm-native"
 
 DEPENDS = "db3-native gdbm-native"
 
-SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz"
+SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \
+           file://Configure-multilib.patch;patch=1"
 S = "${WORKDIR}/perl-${PV}"
 
 #perl is not parallel_make safe






More information about the Openembedded-commits mailing list