chroot-glibc: disable strip and debug pkgs completely.

This commit is contained in:
Juan RP 2012-12-27 10:46:59 +01:00
parent 823d0720a5
commit 2f2477ff44
1 changed files with 3 additions and 6 deletions

View File

@ -3,7 +3,7 @@ pkgname=chroot-glibc
_majorver=2.17
version=${_majorver}
wrksrc="glibc-${version}"
revision=1
revision=2
short_desc="The GNU C library -- for xbps-src use"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnu.org/software/libc"
@ -11,13 +11,10 @@ license="GPL-2, LGPL-2.1, BSD"
distfiles="http://ftp.gnu.org/gnu/glibc/glibc-${version}.tar.xz"
checksum=6914e337401e0e0ade23694e1b2c52a5f09e4eda3270c67e7c3ba93a89b5b23e
nostrip=yes
disable_debug=yes
noverifyrdeps=yes
bootstrap=yes
nostrip_files="
ld-${_majorver}.so
libc-${_majorver}.so
libpthread-${_majorver}.solibthread_db-1.0.so"
provides="glibc-${version} glibc-devel-${version}"
conflicts="glibc>=0 glibc-devel>=0"