diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2017-09-12 19:46:08 +0200 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2017-09-12 19:46:08 +0200 |
commit | 416b29035fcf147c11cfb98d5d8433efb7ba89e1 (patch) | |
tree | 87c78078ca68b2d27b333f8bd81abf5fa7c7678e /patches | |
parent | 076b607eb8860507f08736eb4e1976d47f7773bf (diff) | |
download | midipix_build-416b29035fcf147c11cfb98d5d8433efb7ba89e1.tar.bz2 midipix_build-416b29035fcf147c11cfb98d5d8433efb7ba89e1.tar.xz |
vars/build.vars: updates {coreutils,datamash,file,grep} to v8.28, v1.1.1, v5.29, and v2.27, resp. (via Redfoxmoon.)
patches/coreutils-8.28.local.patch: via Redfoxmoon.
Diffstat (limited to 'patches')
-rw-r--r-- | patches/coreutils-8.28.local.patch (renamed from patches/coreutils-8.27.local.patch) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/patches/coreutils-8.27.local.patch b/patches/coreutils-8.28.local.patch index 5ba9ac7c..ac518644 100644 --- a/patches/coreutils-8.27.local.patch +++ b/patches/coreutils-8.28.local.patch @@ -69,6 +69,7 @@ diff -ru coreutils-8.27.orig/src/fs.h coreutils-8.27/src/fs.h -#if defined __linux__ +#if defined __linux__ || defined __midipix__ + # define S_MAGIC_AAFS 0x5A3C69F0 # define S_MAGIC_ACFS 0x61636673 # define S_MAGIC_ADFS 0xADF5 # define S_MAGIC_AFFS 0xADFF |