From 9fa7d73fa67c1d42002f3a667b5cbbb12b08d6db Mon Sep 17 00:00:00 2001 From: Rust Maintainers Date: Tue, 25 Jul 2017 22:19:47 +0100 Subject: [PATCH] u-gperf-3.1 Gbp-Pq: Name u-gperf-3.1.patch --- src/rt/hoedown/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rt/hoedown/Makefile b/src/rt/hoedown/Makefile index 2b16b887b0..3786827681 100644 --- a/src/rt/hoedown/Makefile +++ b/src/rt/hoedown/Makefile @@ -51,7 +51,7 @@ smartypants: bin/smartypants.o $(HOEDOWN_SRC) # Perfect hashing src/html_blocks.c: html_block_names.gperf - gperf -L ANSI-C -N hoedown_find_block_tag -c -C -E -S 1 --ignore-case -m100 $^ > $@ + gperf -I -L ANSI-C -N hoedown_find_block_tag -c -C -E -S 1 --ignore-case -m100 $^ > $@ # Testing -- 2.30.2