]> git.pld-linux.org Git - packages/unbound.git/blame - unbound-flex.patch
- up to 1.7.1
[packages/unbound.git] / unbound-flex.patch
CommitLineData
2b3ec506
JB
1--- unbound-1.6.1/Makefile.in.orig 2016-12-06 16:29:35.000000000 +0100
2+++ unbound-1.6.1/Makefile.in 2017-03-09 18:32:30.802012387 +0100
3@@ -412,7 +412,7 @@
4 if test "$(LEX)" != ":"; then \
5 echo "#include \"config.h\"" > $@ ;\
6 echo "#include \"util/configyyrename.h\"" >> $@ ;\
7- $(LEX) -t $(srcdir)/util/configlexer.lex >> $@ ;\
8+ $(LEX) -t --prefix=ub_c_ $(srcdir)/util/configlexer.lex >> $@ ;\
9 fi
10
11 util/configparser.c util/configparser.h: $(srcdir)/util/configparser.y
This page took 0.057529 seconds and 4 git commands to generate.