From e8213fac46bfcb8068a883cb88b2bb1587f190f9 Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 1 Mar 2022 21:25:54 +0000 Subject: made packages work with musl --- repo/system/gmp.xibuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'repo/system/gmp.xibuild') diff --git a/repo/system/gmp.xibuild b/repo/system/gmp.xibuild index f8166d9..c3f14ee 100644 --- a/repo/system/gmp.xibuild +++ b/repo/system/gmp.xibuild @@ -1,6 +1,6 @@ #!/bin/sh -MAKEDEPS="make " +MAKEDEPS="make perl" DEPS="bash procps-ng" PKG_VER=6.2.1 @@ -8,8 +8,8 @@ SOURCE=https://gmplib.org/download/gmp/gmp-$PKG_VER.tar.xz DESC="a collection of mathematical libraries" prepare () { - cp -v configfsf.guess config.guess - cp -v configfsf.sub config.sub + cp configfsf.guess config.guess + cp configfsf.sub config.sub } build () { -- cgit v1.2.1