diff options
author | Rene Wagner <rw@handhelds.org> | 2005-08-02 11:43:25 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-02 11:43:25 +0000 |
commit | fec6d9b12d01c5a1c450108ffb838335862a4051 (patch) | |
tree | 1304c6e8f62cb2989e781ea73bdc848c5f00d125 /packages/perl/perl-5.8.7/config.sh-arm-linux.patch | |
parent | a4dc9b83d233a7b07e920e0eeceffdcf2053ab02 (diff) | |
parent | 0bef08582a7aa3378ba6cb4d1899dd9ae7267483 (diff) |
merge of 8893b7644179a244e95e78cea49c28cecbedc8b2
and 9ef371d5ab888cd926919c7bf505d283e4f19f54
Diffstat (limited to 'packages/perl/perl-5.8.7/config.sh-arm-linux.patch')
-rw-r--r-- | packages/perl/perl-5.8.7/config.sh-arm-linux.patch | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/packages/perl/perl-5.8.7/config.sh-arm-linux.patch b/packages/perl/perl-5.8.7/config.sh-arm-linux.patch index ae162fbdc6..0181e37c95 100644 --- a/packages/perl/perl-5.8.7/config.sh-arm-linux.patch +++ b/packages/perl/perl-5.8.7/config.sh-arm-linux.patch @@ -17,21 +17,13 @@ perl='' perl_patchlevel='' perladmin='red@criticalintegration.com' - perllibs='-lnsl -ldl -lm -lcrypt -lutil -lc' +-perllibs='-lnsl -ldl -lm -lcrypt -lutil -lc' ++perllibs='-lnsl -ldl -lm -lcrypt -lutil -lc -lgcc_s' -perlpath='/usr/bin/perl' +perlpath='hostperl' pg='pg' phostname='hostname' pidtype='pid_t' -@@ -906,7 +907,7 @@ - srandom_r_proto='0' - src='.' - ssizetype='ssize_t' --startperl='#!/usr/bin/perl' -+startperl='#!hostperl' - startsh='#!/bin/sh' - static_ext=' ' - stdchar='char' @@ -971,6 +972,7 @@ usereentrant='undef' usesfio='false' |