main/build-base: drop patch dependency

build-base should only include basic build tools for compiling C/C++
programs. patch(1) is a useful tool in that process but our busybox
version already ships a patch program.

However, abuild(1) needs the GNU version of patch thus this dependency
was moved to the alpine-sdk package.
This commit is contained in:
Sören Tempel 2015-09-08 00:39:20 +02:00 committed by Natanael Copa
parent 12f80a7834
commit e4e72a78d0

View File

@ -1,10 +1,10 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=build-base
pkgver=0.4
pkgrel=0
pkgrel=1
url=http://dev.alpinelinux.org/cgit
pkgdesc="Meta package for build base"
depends="binutils gcc make patch libc-dev fortify-headers g++"
depends="binutils gcc make libc-dev fortify-headers g++"
arch="noarch"
license=none