aboutsummaryrefslogtreecommitdiffstats
path: root/main/musl/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-06-15 07:20:56 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-15 07:22:36 +0000
commita92c6e3052d6fcf7d0e0c495b3e22ae7871fc210 (patch)
treebef0a1a6e1f788934a8d3e657d0c26b4d252bcbd /main/musl/APKBUILD
parentf9f7dad544be47984bc1d55150b28220433de044 (diff)
downloadaports-a92c6e3052d6fcf7d0e0c495b3e22ae7871fc210.tar.bz2
aports-a92c6e3052d6fcf7d0e0c495b3e22ae7871fc210.tar.xz
main/musl: remove traces of uclibc
Clean up traces of uclibc, which we havent supported for years
Diffstat (limited to 'main/musl/APKBUILD')
-rw-r--r--main/musl/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/main/musl/APKBUILD b/main/musl/APKBUILD
index 1c660b0cd4..cd67b11c11 100644
--- a/main/musl/APKBUILD
+++ b/main/musl/APKBUILD
@@ -2,14 +2,11 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=musl
pkgver=1.1.19
-pkgrel=8
+pkgrel=9
pkgdesc="the musl c library (libc) implementation"
url="http://www.musl-libc.org/"
arch="all"
license="MIT"
-depends=""
-depends_dev="!uclibc-dev"
-makedepends="$depends_dev"
subpackages="$pkgname-dev $pkgname-dbg libc6-compat:compat:noarch"
case "$BOOTSTRAP" in
nocc) pkgname="musl-dev"; subpackages="";;
@@ -109,8 +106,8 @@ package() {
}
utils() {
- depends="!uclibc-utils scanelf"
- replaces="libiconv uclibc-utils"
+ depends="scanelf"
+ replaces="libiconv"
license="MIT BSD GPL2+"
mkdir -p "$subpkgdir"/usr "$subpkgdir"/sbin