From 8ab131bd0a84e9368e9ff12543c129ffbb0b51c4 Mon Sep 17 00:00:00 2001 From: "Axel K. Reinhold" Date: Sun, 6 Oct 2024 17:10:52 +0200 Subject: [PATCH] compiles on redhat6 64 bits --- runform/colquery/Makefile | 1 + runform/colquery/cql.c.patch | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 runform/colquery/cql.c.patch diff --git a/runform/colquery/Makefile b/runform/colquery/Makefile index b1a71f8..1b39e1e 100644 --- a/runform/colquery/Makefile +++ b/runform/colquery/Makefile @@ -24,6 +24,7 @@ colquery0.o: colquery.c colquery.h colq.h cql.o: cql.l cqy.o $(LEX) $(LEXFLAGS) cql.l sed 's/YYcqwrap/yywrap/g' cql.c + : patch -p0