diff options
| author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-09-08 00:39:20 +0200 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-09-15 09:32:04 +0200 |
| commit | e4e72a78d0ea922149226c9880ed095dcd550118 (patch) | |
| tree | c273f4c7ccdd8f7f8aeac64278f57beb2fd75fea | |
| parent | 12f80a7834ad36749e64f77d77b63240bf3cbbd5 (diff) | |
| download | aports-e4e72a78d0ea922149226c9880ed095dcd550118.tar.bz2 aports-e4e72a78d0ea922149226c9880ed095dcd550118.tar.xz | |
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.
| -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 d114acb41e..9ae0ceb349 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.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 |
