|
|
@ -236,6 +236,14 @@ glibc_prepatch() { |
|
|
|
if [ "$tarball" ] ; then |
|
|
|
tar $taropt $archdir/$tarball |
|
|
|
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() { |
|
|
|