Skip to content

Commit

Permalink
make: add patches
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas committed Jul 30, 2018
1 parent b76fdfa commit a93e36a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion make.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a93e36a

Please sign in to comment.