diff options
Diffstat (limited to 'patches/Makefile')
-rw-r--r-- | patches/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/patches/Makefile b/patches/Makefile new file mode 100644 index 0000000..cdc8f17 --- /dev/null +++ b/patches/Makefile @@ -0,0 +1,7 @@ +VERSION = 3.82 + +all: check_memory + +check_memory: + @mkdir -pv build + @patch --follow-symlinks -o build/check_memory raw/check_memory.orig < raw/check_memory.patch |