diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-13 22:19:47 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-13 22:19:47 +0000 |
commit | cd1f5c2fd3638dd80a5c91d97ba3358453c49a55 (patch) | |
tree | 4b4aa8cc3fe467de31b3b2606817916867293e89 /sources | |
parent | 2a87d1ac0e771730575f9fc84b750384b8aa1a11 (diff) | |
download | buildroot-novena-cd1f5c2fd3638dd80a5c91d97ba3358453c49a55.tar.gz buildroot-novena-cd1f5c2fd3638dd80a5c91d97ba3358453c49a55.zip |
Omit specifying kernel version
Diffstat (limited to 'sources')
-rw-r--r-- | sources/perl.patch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sources/perl.patch b/sources/perl.patch index 56910addc..192b43276 100644 --- a/sources/perl.patch +++ b/sources/perl.patch @@ -54,7 +54,7 @@ diff -urN cross.o/Makefile cross.x/Makefile diff -urN cross.o/config.sh.uclibc cross.x/config.sh.uclibc --- /dev/null +++ perl-5.8.0.uclibc/cross/config.sh.uclibc 2003-06-27 16:53:28.000000000 -0600 -@@ -0,0 +1,979 @@ +@@ -0,0 +1,978 @@ +#!/bin/sh +# +# This file was produced by running the Configure script. It holds all the @@ -813,7 +813,6 @@ diff -urN cross.o/config.sh.uclibc cross.x/config.sh.uclibc +optimize='-O2' +orderlib='false' +osname='linux' -+osvers='2.4.19-rmk6' +otherlibdirs=' ' +package='perl5' +pager='/bin/more' |