Commit graph

4 commits

Author SHA1 Message Date
Alexandru M Stan b1eb964380 alarm/dtc145 Fix yylloc error during compilation
This should be a noop change to the existing dtc145 .pkg files, but in
case you want to recently compile it from scratch you will get this error:

/usr/bin/ld: dtc-parser.tab.o:PKGBUILDs/alarm/dtc145/src/dtc-1.4.5/dtc-parser.tab.c:1086: multiple definition of `yylloc'; dtc-lexer.lex.o:PKGBUILDs/alarm/dtc145/src/dtc-1.4.5/dtc-lexer.l:41: first defined here

Seems that the usual fix for this (including in the linux kernel) is to
just remove the extra "YYLTYPE yylloc;" line.

Let's do that with a simple sed in our PKGBUILD
2022-02-09 20:32:04 -07:00
Kevin Mihelich ec13d338ec alarm/dtc145 to 1.4.5-3 2018-02-25 22:38:03 +00:00
Kevin Mihelich c1cc25a159 alarm/dtc145 to 1.4.5-2 2018-02-11 20:15:52 +00:00
Kevin Mihelich f2559f383d added alarm/dtc145 2018-02-10 19:33:07 +00:00