Change autoconf pkgs to configure it with /usr or /.
This depends if a package uses $base_package, by default not set, means the package will be installed into masterdir/usr, if set will be installed into masterdir directly. While here fixup binutils, gcc and glibc! I'm approaching to the point on where I'll be able to chroot into masterdir and having working pkgs installed. --HG-- extra : convert_revision : be3c3e0d7368e7a1e1ef1c9add932aeeab82688d
This commit is contained in:
@@ -4,14 +4,12 @@ version=2.8
|
||||
wrksrc="libc"
|
||||
distfiles="ftp://ftp.archlinux.org/other/glibc/$pkgname-2.8_20080828@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
unset LD_LIBRARY_PATH
|
||||
disable_ldflags=yes
|
||||
configure_script="$env_cmd CC=$XBPS_MASTERDIR/bin/gcc
|
||||
CXX=$XBPS_MASTERDIR/bin/g++ CPP=$XBPS_MASTERDIR/bin/cpp
|
||||
LD=$XBPS_MASTERDIR/bin/ld AS=$XBPS_MASTERDIR/bin/as ../configure"
|
||||
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"
|
||||
--without-cvs --without-selinux --prefix=/usr"
|
||||
make_install_target="install_root=$XBPS_DESTDIR/$pkgname-$version install
|
||||
localedata/install-locales"
|
||||
short_desc="The GNU C library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=f5756668f201e093cae0404e59dcf8c43ccc07757fd0a7455298ed89126c366a
|
||||
@@ -22,4 +20,5 @@ long_desc="
|
||||
as C++ and Objective C; the runtime facilities of other programming
|
||||
languages use the C library to access the underlying operating system."
|
||||
|
||||
base_package=yes
|
||||
build_depends="gcc-4.3.2"
|
||||
|
||||
Reference in New Issue
Block a user