diff options
author | tcely <tcely@users.noreply.github.com> | 2018-01-27 15:40:58 -0500 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-02-06 18:17:00 +0000 |
commit | 02128a4eb671187690144cfc0019139474bbbcdf (patch) | |
tree | 04fe3698cf1299d5b62659c7c40abeff719f49ed | |
parent | 652f5749f9fc1d75d2feb09d300f84816d07a6e7 (diff) | |
download | aports-02128a4eb671187690144cfc0019139474bbbcdf.tar.bz2 aports-02128a4eb671187690144cfc0019139474bbbcdf.tar.xz |
main/build-base: configure scripts often expect file to work
-rw-r--r-- | main/build-base/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/build-base/APKBUILD b/main/build-base/APKBUILD index d45905de6e..01b89d94c2 100644 --- a/main/build-base/APKBUILD +++ b/main/build-base/APKBUILD @@ -1,10 +1,10 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=build-base pkgver=0.5 -pkgrel=0 +pkgrel=1 url=http://dev.alpinelinux.org/cgit pkgdesc="Meta package for build base" -depends="binutils gcc g++ make libc-dev fortify-headers" +depends="binutils file gcc g++ make libc-dev fortify-headers" if [ "$CHOST" != "$CTARGET" ]; then pkgname="$pkgname-$CTARGET_ARCH" pkgdesc="$pkgdesc ($CTARGET_ARCH)" |