wok-next diff glibc/receipt @ rev 20595

More fix libtool.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Apr 16 11:36:31 2018 +0300 (2018-04-16)
parents 6c73b944e8dd
children d5aab818505e
line diff
     1.1 --- a/glibc/receipt	Mon Feb 26 04:46:49 2018 +0200
     1.2 +++ b/glibc/receipt	Mon Apr 16 11:36:31 2018 +0300
     1.3 @@ -89,13 +89,11 @@
     1.4  	# put the exact or lower numbers. From Glibc INSTALL:
     1.5  	# > The higher the VERSION number is, the less compatibility code is
     1.6  	# > added, and the faster the code gets.
     1.7 -	# --enable-obsolete-rpc: Busybox (and maybe something else too) require it
     1.8  	CC="gcc $ARCH_ARGS -isystem /usr/lib/gcc/$BUILD_SYSTEM/$(. $WOK/gcc/receipt; echo $VERSION)/include \
     1.9  	-isystem /usr/include" \
    1.10  	../configure \
    1.11  		--disable-werror \
    1.12  		--enable-kernel=3.2 \
    1.13 -		--enable-obsolete-rpc \
    1.14  		--enable-stack-protector=strong \
    1.15  		libc_cv_slibdir=/lib \
    1.16  		$CONFIGURE_ARGS &&