glibc: use correct version in nostrip_files.
This commit is contained in:
parent
cc1bfcb157
commit
27eaffda8a
1 changed files with 9 additions and 3 deletions
|
@ -1,12 +1,18 @@
|
||||||
# Template file for 'glibc'
|
# Template file for 'glibc'
|
||||||
pkgname=glibc
|
pkgname=glibc
|
||||||
version=2.16.0
|
_majorver=2.16
|
||||||
revision=4
|
version=${_majorver}.0
|
||||||
|
revision=5
|
||||||
short_desc="The GNU C library"
|
short_desc="The GNU C library"
|
||||||
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"
|
||||||
license="GPL-2, LGPL-2.1, BSD"
|
license="GPL-2, LGPL-2.1, BSD"
|
||||||
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}.so
|
||||||
|
libthread_db-1.0.so
|
||||||
|
"
|
||||||
conf_files="/etc/rpc /etc/ld.so.conf /etc/nsswitch.conf"
|
conf_files="/etc/rpc /etc/ld.so.conf /etc/nsswitch.conf"
|
||||||
subpackages="glibc-devel glibc-locales nscd"
|
subpackages="glibc-devel glibc-locales nscd"
|
||||||
depends="base-files glibc-locales"
|
depends="base-files glibc-locales"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue