Skip to content
Snippets Groups Projects
Commit 6aa1ef0e authored by Timo Teräs's avatar Timo Teräs
Browse files

main/musl: replace libiconv instead of conflict

libiconv exists and is empty. libiconv-dev exists and had empty
libiconv.a as compatibility wrapper, so we need to be able to
pull it in.
parent 3cf35758
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi> # Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=musl pkgname=musl
pkgver=1.1.0 pkgver=1.1.0
pkgrel=3 pkgrel=4
pkgdesc="the musl c library (libc) implementation" pkgdesc="the musl c library (libc) implementation"
url="http://www.musl-libc.org/" url="http://www.musl-libc.org/"
arch="all" arch="all"
...@@ -101,7 +101,8 @@ package() { ...@@ -101,7 +101,8 @@ package() {
} }
utils() { utils() {
depends="!uclibc-utils !libiconv" depends="!uclibc-utils"
replaces="libiconv"
license="MIT BSD GPL2+" license="MIT BSD GPL2+"
mkdir -p "$subpkgdir"/usr/bin "$subpkgdir"/sbin mkdir -p "$subpkgdir"/usr/bin "$subpkgdir"/sbin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment