mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
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:
parent
12f80a7834
commit
e4e72a78d0
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user