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