Download raw body.
net/tcpflow: fix build
Greetings, On Sat, 08 Jun 2024 23:01:38 +0100, Matthias Kilian <kili@outback.escape.de> wrote: > > On Sat, Jun 08, 2024 at 11:44:04PM +0200, Jeremie Courreges-Anglas wrote: > > > The configure script also looks for exiv2/image.hpp but the build > > doesn't use it because of a missing HAVE_EXIV2 define. Apparently > > there's no configure switch to force-disable the use of exiv2 so it's > > something to keep in mind for future updates. > > Oh, i also noticed some checks for tre in the configure output, > which we actually have in our tree (textproc/tre). Finally one > potential consumer of this port ;-) > > (but i leave it to Kirill to decide wether to use it or not) > Well, it has support of DFXML output and Cairo rendering. Probably it worth to add an -extra flavor with all features. BTW I've disabled it by default because Cairo isn't something that is expected as dependency from something like tcpflow. But these day things can be quite unexpected, like Fedora where gdb depends on jquery: https://media.freefeed.net/attachments/901986b5-c02a-40ba-a433-a2dd7b60d8ef.png -- wbr, Kirill
net/tcpflow: fix build