Browse Source

Rene Rebe:


			
			
				rocklinux
			
			
		
Rene Rebe 21 years ago
parent
commit
c9fde88227
1 changed files with 6 additions and 3 deletions
  1. +6
    -3
      package/base/glibc23/glibc23.conf

+ 6
- 3
package/base/glibc23/glibc23.conf

@ -122,7 +122,11 @@ glibc_custmain() {
}
glibc_prepatch() {
tar $taropt $archdir/glibc-linuxthreads-$threadsver.tar.bz2
tarball="`echo $desc_D | grep linuxthreads | \
sed 's/.* \(.*\.linuxthreads.*\) .*/\1/'`"
if [ "$tarball" ] ; then
tar $taropt $archdir/$tarball
fi
}
glibc_stage0() {
@ -140,8 +144,7 @@ glibc_stage0() {
}
threadsver="$ver"
#reenable it as soon as the glibc morons release a new tarball ...
#prepatch="glibc_prepatch"
prepatch="glibc_prepatch"
if [ $stagelevel -eq 0 ]; then
custmain="glibc_stage0"

Loading…
Cancel
Save