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