Browse Source

Daniel Jahre:


			
			
				rocklinux
			
			
		
Daniel Jahre 20 years ago
parent
commit
b51f0ae7d2
4 changed files with 15 additions and 0 deletions
  1. +8
    -0
      package/base/glibc/glibc.conf
  2. +1
    -0
      package/base/glibc/glibc.desc
  3. +5
    -0
      package/base/linux/linux.conf
  4. +1
    -0
      package/base/linux/linux.desc

+ 8
- 0
package/base/glibc/glibc.conf

@ -236,6 +236,14 @@ glibc_prepatch() {
if [ "$tarball" ] ; then if [ "$tarball" ] ; then
tar $taropt $archdir/$tarball tar $taropt $archdir/$tarball
fi fi
if [ $pkg_glibc_version = 23 ] ; then
# add hppa patch if needed
if [ "$arch" = hppa ]; then
tar --use-compress-program=bzip2 -Oxf $archdir/glibc-hppa*.bz2 > $archdir/glibc-hppa-patches.diff
var_append patchfiles " " "$archdir/glibc-hppa-patches.diff"
fi
fi
} }
glibc_stage0() { glibc_stage0() {

+ 1
- 0
package/base/glibc/glibc.desc

@ -53,5 +53,6 @@
#[D] 305952084 glibc-2.3.2.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/ #[D] 305952084 glibc-2.3.2.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/
#[D] 4056606041 glibc-linuxthreads-2.3.2.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/ #[D] 4056606041 glibc-linuxthreads-2.3.2.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/
[D] X glibc-2.3.4-2004-05-01.tar.bz2 cvs://pserver:anoncvs@sources.redhat.com:/cvs/glibc::libc/!2004-05-01/ [D] X glibc-2.3.4-2004-05-01.tar.bz2 cvs://pserver:anoncvs@sources.redhat.com:/cvs/glibc::libc/!2004-05-01/
[D] 3614008728 glibc-hppa-patches-2004-05-01.tar.gz http://parisc-linux.org/~carlos/glibc-work/
#endif #endif

+ 5
- 0
package/base/linux/linux.conf

@ -87,6 +87,11 @@ for x in $confdir/linux$treever/*.patch; do
var_append patchfiles " " "$x" var_append patchfiles " " "$x"
done done
# add hppa patch if needed
if [[ "$arch" == hppa && "$vanillaver" == 2.6* ]]; then
var_insert patchfiles " " "$archdir/patch-2.6.*-pa*.bz2"
fi
auto_config () auto_config ()
{ {
if [ -f $base/architecture/$arch/kernel$treever.conf.sh ] ; then if [ -f $base/architecture/$arch/kernel$treever.conf.sh ] ; then

+ 1
- 0
package/base/linux/linux.desc

@ -51,5 +51,6 @@
#if xpkg == linux26.* #if xpkg == linux26.*
[V] 2.6.7 [V] 2.6.7
[D] 2651578800 linux-2.6.7.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/ [D] 2651578800 linux-2.6.7.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/
[D] 2989845998 patch-2.6.7-pa15.gz http://cvs.parisc-linux.org/download/linux-2.6/
#endif #endif

Loading…
Cancel
Save