wok-next rev 20438

glibc: fix build 32-bit app on (auto-guessed) 64-bit server. Nothing should change for SliTaz Next64.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 22 15:24:46 2018 +0200 (2018-02-22)
parents efd5fe5db61e
children b6cd631e03f6
files glibc/receipt
line diff
     1.1 --- a/glibc/receipt	Wed Feb 21 22:09:42 2018 +0200
     1.2 +++ b/glibc/receipt	Thu Feb 22 15:24:46 2018 +0200
     1.3 @@ -96,7 +96,7 @@
     1.4  		--enable-kernel=3.2 \
     1.5  		--enable-stack-protector=strong \
     1.6  		libc_cv_slibdir=/lib \
     1.7 -		&&
     1.8 +		$CONFIGURE_ARGS &&
     1.9  	make -j1 &&
    1.10  	touch $install/etc/ld.so.conf &&
    1.11  	sed '/test-installation/s@$(PERL)@echo not running@' -i ../Makefile &&