bird: explicitly set C standard 133/head
authorDirk Neukirchen <dirkneukirchen@web.de>
Mon, 15 Jun 2015 10:36:55 +0000 (12:36 +0200)
committerDirk Neukirchen <dirkneukirchen@web.de>
Wed, 19 Aug 2015 08:45:05 +0000 (10:45 +0200)
commitb7a256e71b69f572218b1b77b65473f6b2ffa11c
tree7745868180872f56d832e5af4d2479354ef52724
parentcad0d08ade73c029e3fe9f9903e436e8aebbf8a5
bird: explicitly set C standard

fixes gcc5 compile

compile error was:
cf-lex.o: In function `add_tail':
cf-lex.c:(.text+0x2d1): multiple definition of `add_tail'
cf-parse.tab.o:cf-parse.tab.c:(.text+0x1f9): first defined here

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
bird/Makefile