aboutsummaryrefslogtreecommitdiffstats
path: root/community/crystal/paxmark.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/crystal/paxmark.patch')
-rw-r--r--community/crystal/paxmark.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/community/crystal/paxmark.patch b/community/crystal/paxmark.patch
deleted file mode 100644
index db6efd89db..0000000000
--- a/community/crystal/paxmark.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Make tests run on Grsecurity system. This patch is downstream only.
-
---- a/Makefile
-+++ b/Makefile
-@@ -104,14 +104,17 @@
- $(O)/all_spec: $(DEPS) $(SOURCES) $(SPEC_SOURCES)
- @mkdir -p $(O)
- $(BUILD_PATH) ./bin/crystal build $(FLAGS) -o $@ spec/all_spec.cr
-+ paxmark m $(O)/all_spec
-
- $(O)/std_spec: $(DEPS) $(SOURCES) $(SPEC_SOURCES)
- @mkdir -p $(O)
- $(BUILD_PATH) ./bin/crystal build $(FLAGS) -o $@ spec/std_spec.cr
-+ paxmark m $(O)/std_spec
-
- $(O)/compiler_spec: $(DEPS) $(SOURCES) $(SPEC_SOURCES)
- @mkdir -p $(O)
- $(BUILD_PATH) ./bin/crystal build $(FLAGS) -o $@ spec/compiler_spec.cr
-+ paxmark m $(O)/compiler_spec
-
- $(O)/crystal: $(DEPS) $(SOURCES)
- @mkdir -p $(O)