From a93e36afca698570281d5e640b66dc5bc6503d0d Mon Sep 17 00:00:00 2001 From: thomas Date: Mon, 30 Jul 2018 13:25:51 +0200 Subject: [PATCH] make: add patches --- make.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make.be0 b/make.be0 index b7d64429c..2934f9e56 100755 --- a/make.be0 +++ b/make.be0 @@ -15,7 +15,8 @@ SRCURL[0]="https://ftp.gnu.org/gnu/make/make-${PKGVERSION}.tar.bz2" ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -# PATCHURL+=() +PATCHURL+=(/src/mariux/patches/make.guile22.diff.gz) +PATCHURL+=(/src/mariux/patches/make.glibc-2.27.glob.diff.gz) ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not