]> git.ipfire.org Git - thirdparty/lldpd.git/commit
build: use `cc -E` instead of `cpp` to build atom list
authorVincent Bernat <vincent@bernat.ch>
Fri, 11 Mar 2022 21:17:26 +0000 (22:17 +0100)
committerVincent Bernat <vincent@bernat.ch>
Fri, 11 Mar 2022 21:17:26 +0000 (22:17 +0100)
commit2a64d539fd1b5dfe4c5dbb658c1a8c2abbc33913
tree0277c3fc5f1ef78386dbcc116daef377c4471d85
parentec2a78bf9d752d55926fad4ab75cd4df7d81f616
build: use `cc -E` instead of `cpp` to build atom list

For some reason, with OpenBSD, `cpp` only half expand the macros when
invoked as `cpp`, but it works just fine with `clang -E`.
src/lib/Makefile.am