summaryrefslogtreecommitdiff
path: root/repo/system/gmp.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/gmp.xibuild')
-rw-r--r--repo/system/gmp.xibuild6
1 files changed, 3 insertions, 3 deletions
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 () {