summaryrefslogtreecommitdiff
path: root/repo/core/glibc.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/core/glibc.xibuild')
-rw-r--r--repo/core/glibc.xibuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/core/glibc.xibuild b/repo/core/glibc.xibuild
index 290cb45..61e5a0a 100644
--- a/repo/core/glibc.xibuild
+++ b/repo/core/glibc.xibuild
@@ -29,17 +29,17 @@ build () {
make
# some check failures are 'expected'
- make check || true
+ #make check || true
}
package () {
+ mkdir -pv $PKG_DEST/etc
touch $PKG_DEST/etc/ld.so.conf
sed '/test-installation/s@$(PERL)@echo not running@' -i ../Makefile
make DESTDIR=$PKG_DEST install
-
# fix hardcoded path to the excutable in ldd script
sed '/RTLDLIST=/s@/usr@@g' -i $PKG_DEST/usr/bin/ldd