From 54638ca0cdffc502a4cbb56435e3237995e31d91 Mon Sep 17 00:00:00 2001 From: Luka Vandervelden Date: Mon, 26 Aug 2019 18:06:20 +0200 Subject: [PATCH] musl: fixes a warning --- musl/recipe.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/musl/recipe.spec b/musl/recipe.spec index 6c6f172..1ddaef1 100644 --- a/musl/recipe.spec +++ b/musl/recipe.spec @@ -21,7 +21,6 @@ options: } > %{pkg}/etc/ld-musl-x86_64.path for lib in libm libpthread librt libdl; do - ln -s /lib/libc.a "%{pkg}/lib/${lib}.a" ln -s /lib/libc.so "%{pkg}/lib/${lib}.so" done