u-gperf-3.1
authorRust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
Wed, 7 Mar 2018 19:07:27 +0000 (19:07 +0000)
committerXimin Luo <infinity0@debian.org>
Wed, 7 Mar 2018 19:07:27 +0000 (19:07 +0000)
Gbp-Pq: Name u-gperf-3.1.patch

src/rt/hoedown/Makefile

index 2b16b887b0e037d982f35395bb728779ffcf0d86..37868276816dc22bf0e06e2f94eecd22cdb64004 100644 (file)
@@ -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