diff lib/musl/musl.sh @ 152:32402fd5611d

lib/linux-headers: rename from core/linux-headers, closes #1183
author David Demelier <markand@malikania.fr>
date Tue, 12 Mar 2019 20:20:00 +0100
parents ef65bd5eb573
children 735585a865db
line wrap: on
line diff
--- a/lib/musl/musl.sh	Tue Mar 12 20:05:00 2019 +0100
+++ b/lib/musl/musl.sh	Tue Mar 12 20:20:00 2019 +0100
@@ -21,6 +21,7 @@
 PKGLICENSE="MIT"
 PKGSUMMARY="a new lightweight, fast, simple, free and correct C library"
 PKGDOWNLOAD="https://www.musl-libc.org/releases/$PKGNAME-$PKGVERSION.tar.gz"
+PKGDEPENDS="lib/linux-headers"
 
 build()
 {