aboutsummaryrefslogtreecommitdiffstats
path: root/main/build-base
diff options
context:
space:
mode:
authortcely <tcely@users.noreply.github.com>2018-01-27 15:40:58 -0500
committerTimo Teräs <timo.teras@iki.fi>2018-02-06 18:17:00 +0000
commit02128a4eb671187690144cfc0019139474bbbcdf (patch)
tree04fe3698cf1299d5b62659c7c40abeff719f49ed /main/build-base
parent652f5749f9fc1d75d2feb09d300f84816d07a6e7 (diff)
downloadaports-02128a4eb671187690144cfc0019139474bbbcdf.tar.bz2
aports-02128a4eb671187690144cfc0019139474bbbcdf.tar.xz
main/build-base: configure scripts often expect file to work
Diffstat (limited to 'main/build-base')
-rw-r--r--main/build-base/APKBUILD4
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)"