glibc32: needs zlib32.
This commit is contained in:
parent
5ea36cfc86
commit
fbcc44a584
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,6 @@ revision=6
|
||||||
distfiles="
|
distfiles="
|
||||||
http://xbps.nopcode.org/repos/current/glibc-${version}_${revision}.i686.xbps
|
http://xbps.nopcode.org/repos/current/glibc-${version}_${revision}.i686.xbps
|
||||||
http://xbps.nopcode.org/repos/current/glibc-devel-${version}_${revision}.i686.xbps"
|
http://xbps.nopcode.org/repos/current/glibc-devel-${version}_${revision}.i686.xbps"
|
||||||
hostmakedepends="bsdtar"
|
|
||||||
short_desc="The GNU C library (32 bits)"
|
short_desc="The GNU C library (32 bits)"
|
||||||
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"
|
||||||
|
@ -24,6 +23,8 @@ long_desc="
|
||||||
|
|
||||||
noextract=yes
|
noextract=yes
|
||||||
only_for_archs=x86_64
|
only_for_archs=x86_64
|
||||||
|
hostmakedepends="bsdtar"
|
||||||
|
makedepends="zlib32"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
for f in ${distfiles}; do
|
for f in ${distfiles}; do
|
||||||
|
|
Loading…
Reference in a new issue