glibc: remove unused dependency.
This commit is contained in:
parent
e89aad8d23
commit
fc7b1aa7cd
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'glibc'
|
# Template file for 'glibc'
|
||||||
pkgname=glibc
|
pkgname=glibc
|
||||||
version=2.16.0
|
version=2.16.0
|
||||||
revision=3
|
revision=4
|
||||||
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"
|
||||||
|
@ -9,7 +9,7 @@ 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-$version.so libc-$version.so libpthread-$version.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 libgcc glibc-locales"
|
depends="base-files glibc-locales"
|
||||||
makedepends="bison perl kernel-libc-headers>=3.4<3.5"
|
makedepends="bison perl kernel-libc-headers>=3.4<3.5"
|
||||||
replaces="glibc>=0"
|
replaces="glibc>=0"
|
||||||
softreplace=yes
|
softreplace=yes
|
||||||
|
|
Loading…
Reference in New Issue