Commit 8108d3a0 authored by Felix Paul Kühne's avatar Felix Paul Kühne

extras/tools: fix ragel patch application

parent 740e1aad
......@@ -219,10 +219,11 @@ ragel-$(RAGEL_VERSION).tar.gz:
ragel: ragel-$(RAGEL_VERSION).tar.gz
$(UNPACK)
$(APPLY) ragel-6.8-javacodegen.patch
$(MOVE)
.ragel: ragel
$(APPLY) ragel-6.8-javacodegen.patch
(cd ragel; ./configure --prefix=$(PREFIX) --disable-shared --enable-static && $(MAKE) && $(MAKE) install)
touch $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment