summaryrefslogtreecommitdiff
path: root/repo/core
diff options
context:
space:
mode:
Diffstat (limited to 'repo/core')
-rw-r--r--repo/core/m4.xibuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/repo/core/m4.xibuild b/repo/core/m4.xibuild
index 7d53cb8..4bf522d 100644
--- a/repo/core/m4.xibuild
+++ b/repo/core/m4.xibuild
@@ -2,14 +2,11 @@
DEPS=(glibc bash)
-SOURCE=git://git.sv.gnu.org/m4
-BRANCH=branch-1.4
-DESC="the gnu m4 macro processor"
+SOURCE=https://ftp.gnu.org/gnu/m4/m4-1.4.19.tar.xz
+DESC="The gnu m4 macro processor"
build () {
- ./bootstrap
-
./configure --prefix=/usr
make
make DESTDIR=$PKG_DEST install