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

main/collectd: fix musl build

parent dd4c18d7
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ source="http://collectd.org/files/collectd-$pkgver.tar.bz2
_builddir="$srcdir"/$pkgname-$pkgver
prepare() {
cd "$_builddir"
update_config_sub || return 1
for i in $source; do
case $i in
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
......
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