From f9ca0ae119ae82f17a5e2e36c7952215de53ecbc Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Fri, 13 Apr 2018 08:45:23 +0200 Subject: [PATCH] Remove unused libm/posix libraries from extract test --- repos/libports/run/extract.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/libports/run/extract.run b/repos/libports/run/extract.run index 017540e54f..bb0681bd11 100644 --- a/repos/libports/run/extract.run +++ b/repos/libports/run/extract.run @@ -36,7 +36,7 @@ build { app/extract } build_boot_image { extract - libc.lib.so libm.lib.so posix.lib.so + libc.lib.so libarchive.lib.so liblzma.lib.so zlib.lib.so }