giuseppe / easyseccomp

DSL language to write seccomp filters
GNU General Public License v2.0
35 stars 2 forks source link

Really fix makefile race conditions #4

Closed The-King-of-Toasters closed 2 years ago

The-King-of-Toasters commented 2 years ago

I was experiencing the same build failures in a build environment, so instead I pushed src/parser.y to the front of libeasyseccomp_a_SOURCES. This should fix all errors from now on.

Signed-off-by: Stephen Gregoratto dev@sgregoratto.me

giuseppe commented 2 years ago

I hadn't expected it to be sensitive to the order of the dependencies, but I've nothing against this PR if it fixes the error for you