glibc: add kernel-libc-headers builddep and use it.
--HG-- extra : convert_revision : 663046e8c2c5d47d61f466aa296efd344c19c585
This commit is contained in:
parent
a592a38eda
commit
ff2494f262
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,8 @@ configure_script="../configure"
|
|||
configure_args="--with-tls -disable-profile --with-__thread
|
||||
--enable-kernel=2.6.27 --enable-add-ons --without-gd
|
||||
--without-cvs --without-selinux --infodir=/usr/share/info
|
||||
--libdir=/usr/lib --libexecdir=/usr/lib --enable-stackguard-randomization"
|
||||
--libdir=/usr/lib --libexecdir=/usr/lib --enable-stackguard-randomization
|
||||
--with-headers=$XBPS_MASTERDIR/usr/include"
|
||||
make_install_target="install_root=$XBPS_DESTDIR/$pkgname-$version install"
|
||||
short_desc="The GNU C library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -30,6 +31,7 @@ subpackages="devel locales"
|
|||
|
||||
Add_dependency build gcc
|
||||
Add_dependency build gawk
|
||||
Add_dependency build kernel-libc-headers
|
||||
Add_dependency run xbps-base-dirs
|
||||
Add_dependency run gcc-libgcc
|
||||
Add_dependency run glibc-locales
|
||||
|
|
Loading…
Reference in a new issue