mirror of
https://github.com/archlinux/aur.git
synced 2026-02-11 07:34:23 +01:00
No patch needed...
git-svn-id: svn+ssh://scm.narf.ssji.net/svn/archlinux-packages@57 df209809-8e4a-0410-9a64-c169741eb0fc
This commit is contained in:
parent
890b9291f9
commit
0ad50be734
1 changed files with 3 additions and 2 deletions
5
PKGBUILD
5
PKGBUILD
|
|
@ -6,7 +6,7 @@ _target=mipsel-linux
|
|||
_linuxversion=2.4.27
|
||||
pkgname=$_target-${_archivename}
|
||||
pkgver=2.3.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="mipsel-linux GNU C Library"
|
||||
url="http://www.gnu.org/software/$_archivename/"
|
||||
makedepends=($_target-binutils $_target-gcc3 kernel26)
|
||||
|
|
@ -32,7 +32,8 @@ build() {
|
|||
mv ../linuxthreads_db .
|
||||
|
||||
# MIPS patch, see http://www.linux-mips.org/archives/linux-mips/2004-10/msg00068.html
|
||||
patch -Np1 < $startdir/glibc-2.3.3-mips.diff
|
||||
# Okay... It finally seems not to be needed
|
||||
#patch -Np1 < $startdir/glibc-2.3.3-mips.diff
|
||||
|
||||
mkdir -p $startdir/src/$_archivename-build
|
||||
cd $startdir/src/$_archivename-build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue