wok rev 12717

cross-arm-glibc: put libexec files in /usr/cross/arm/lib and --enable-kernel=2.6.30
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 05 05:12:31 2012 +0200 (2012-05-05)
parents a99a7e9a93a6
children 3f0e13f577a6
files cross-arm-glibc/receipt
line diff
     1.1 --- a/cross-arm-glibc/receipt	Sat May 05 04:34:07 2012 +0200
     1.2 +++ b/cross-arm-glibc/receipt	Sat May 05 05:12:31 2012 +0200
     1.3 @@ -28,10 +28,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	echo "cook: make ARCH=arm linux/version.h"
     1.8 -	cd $CROSS_PREFIX/include
     1.9 -	make ARCH=arm linux/version.h
    1.10 -
    1.11  	cd $src
    1.12  
    1.13  	# Glibc ports.
    1.14 @@ -51,11 +47,13 @@
    1.15  	#--enable-add-ons
    1.16  	$src/configure \
    1.17  		--prefix=$CROSS_PREFIX \
    1.18 +		--libexecdir=$CROSS_PREFIX/lib/glibc \
    1.19  		--with-headers=$CROSS_PREFIX/include \
    1.20  		--with-binutils=$CROSS_PREFIX/bin \
    1.21  		--config-cache \
    1.22  		--disable-sanity-checks \
    1.23  		--disable-profile \
    1.24 +		--enable-kernel=2.6.30 \
    1.25  		--build=$HOST_SYSTEM \
    1.26  		--host=$CROSS_TARGET &&
    1.27  	make && make install_root=$DESTDIR install