diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-01-21 10:16:02 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-01-21 10:16:02 -0300 |
commit | 2789df2c1d183afa5f5b392f92228b65ce948f78 (patch) | |
tree | 884a0b84ca508d286596586538c63611a01d4c78 /cross | |
parent | 937eb01e21e38c02329131cf14485f8d2c25eab3 (diff) | |
download | abslibre-2789df2c1d183afa5f5b392f92228b65ce948f78.tar.gz abslibre-2789df2c1d183afa5f5b392f92228b65ce948f78.tar.bz2 abslibre-2789df2c1d183afa5f5b392f92228b65ce948f78.zip |
glibc-headers: includr dir wasn't there
Diffstat (limited to 'cross')
-rw-r--r-- | cross/cross-mips64el-unknown-linux-gnu-glibc-headers/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/PKGBUILD b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/PKGBUILD index a83a1238a..d93e8d7bb 100644 --- a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/PKGBUILD +++ b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/PKGBUILD @@ -21,7 +21,7 @@ url="http://www.gnu.org/software/libc" license=('GPL' 'LGPL') groups=("${_target}-devel") depends=("${_target}-linux-api-headers>=3.1.6" 'tzdata') -makedepends=("cross-${_target}-binutils" +makedepends=("${_target}-binutils" "cross-${_target}-gcc-core") options=('!strip') install=glibc.install @@ -187,7 +187,7 @@ package() { # This will help gcc-shared to find headers for libgcc2 msg2 "Symlinking headers" - rm -r ${pkgdir}${_sysroot}/include +# rm -r ${pkgdir}${_sysroot}/include ln -s ${_sysroot}/usr/include ${pkgdir}${_sysroot}/include } |