From e4e72a78d0ea922149226c9880ed095dcd550118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Tue, 8 Sep 2015 00:39:20 +0200 Subject: [PATCH] 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. --- main/build-base/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/build-base/APKBUILD b/main/build-base/APKBUILD index d114acb41ec..9ae0ceb3499 100644 --- a/main/build-base/APKBUILD +++ b/main/build-base/APKBUILD @@ -1,10 +1,10 @@ # Maintainer: Natanael Copa 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