glibc: use /lib and /usr/lib on x86_64.

--HG--
extra : convert_revision : 1ce01731dbc3def0837480dbc7bb2a65b0785033
This commit is contained in:
Juan RP
2008-10-24 02:01:54 +02:00
parent c07feca694
commit dba678e065
3 changed files with 19 additions and 1 deletions

View File

@@ -8,7 +8,8 @@ configure_env="ac_cv_path_BASH_SHELL=/bin/bash"
configure_script="../configure"
configure_args="--with-tls -disable-profile --with-__thread
--enable-kernel=2.6.16 --enable-add-ons --without-gd --enable-bind-now
--without-cvs --without-selinux --prefix=/usr"
--without-cvs --without-selinux --prefix=/usr --libdir=/usr/lib
--with-headers=/usr/include"
make_install_target="install_root=$XBPS_DESTDIR/$pkgname-$version install
localedata/install-locales"
short_desc="The GNU C library"