cookutils rev 417

cross: glibc install libexec dir in standard path
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 14 15:14:13 2012 +0200 (2012-05-14)
parents e2865eac94ea
children 4753a4a48547
files cross
line diff
     1.1 --- a/cross	Mon May 14 14:59:53 2012 +0200
     1.2 +++ b/cross	Mon May 14 15:14:13 2012 +0200
     1.3 @@ -166,6 +166,7 @@
     1.4  	libc_cv_c_cleanup=yes \
     1.5  	../glibc-$GLIBC_VERSION/configure \
     1.6  		--prefix=$PREFIX \
     1.7 +		--libexec=$PREFIX/lib/glibc \
     1.8  		--host=$TARGET \
     1.9  		--with-headers=$PREFIX/include \
    1.10  		--with-binutils=$PREFIX/bin \