summaryrefslogtreecommitdiff
path: root/packages/perl/perl-5.8.7/config.sh-arm-linux.patch
diff options
context:
space:
mode:
authorDavid Karlstrom <daka@thg.se>2005-07-30 21:18:47 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-30 21:18:47 +0000
commit159fa0a44ce001a4cf96a940830c2ad28252ba2f (patch)
tree7bf0098731f96402b825545ffd380d5ce049e9db /packages/perl/perl-5.8.7/config.sh-arm-linux.patch
parent1e01ba191c1bb6d550ddfd76891c16f308eee92b (diff)
Change startperl from #!hostperl to #!/usr/bin/perl so that the perl utilities like cpan works
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.patch9
1 files changed, 0 insertions, 9 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 0f56601b8b..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
@@ -24,15 +24,6 @@
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'