chroot-glibc: --enable-obsolete-rpc; don't strip some libs; BUILD WITH BOOTSTRAP.
This commit is contained in:
parent
d067aa582b
commit
9d1c343da4
1 changed files with 9 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'chroot-glibc'
|
# Template file for 'chroot-glibc'
|
||||||
pkgname=chroot-glibc
|
pkgname=chroot-glibc
|
||||||
version=2.16.0
|
_majorver=2.16
|
||||||
|
version=${_majorver}.0
|
||||||
wrksrc="glibc-${version}"
|
wrksrc="glibc-${version}"
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="The GNU C library -- for xbps-src use"
|
short_desc="The GNU C library -- for xbps-src use"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnu.org/software/libc"
|
homepage="http://www.gnu.org/software/libc"
|
||||||
|
@ -18,7 +19,11 @@ long_desc="
|
||||||
|
|
||||||
noverifyrdeps=yes
|
noverifyrdeps=yes
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
nostrip_files="ld-${version}.so libc-${version}.so libpthread-${version}.so libthread_db-1.0.so"
|
nostrip_files="
|
||||||
|
ld-${_majorver}.so
|
||||||
|
libc-${_majorver}.so
|
||||||
|
libpthread-${_majorver}.solibthread_db-1.0.so
|
||||||
|
"
|
||||||
provides="glibc-${version} glibc-devel-${version}"
|
provides="glibc-${version} glibc-devel-${version}"
|
||||||
conflicts="glibc>=0 glibc-devel>=0"
|
conflicts="glibc>=0 glibc-devel>=0"
|
||||||
|
|
||||||
|
@ -40,7 +45,7 @@ do_configure() {
|
||||||
|
|
||||||
SHELL=/bin/bash ../configure \
|
SHELL=/bin/bash ../configure \
|
||||||
${CONFIGURE_SHARED_ARGS} --with-tls \
|
${CONFIGURE_SHARED_ARGS} --with-tls \
|
||||||
--enable-add-ons=nptl,libidn \
|
--enable-add-ons=nptl,libidn --enable-obsolete-rpc \
|
||||||
--enable-multi-arch --with-__thread \
|
--enable-multi-arch --with-__thread \
|
||||||
--enable-bind-now --enable-kernel=2.6.27 \
|
--enable-bind-now --enable-kernel=2.6.27 \
|
||||||
--enable-stack-guard-randomization --disable-profile \
|
--enable-stack-guard-randomization --disable-profile \
|
||||||
|
|
Loading…
Reference in a new issue