Actions
Bug #3874
closedconfigure: fails to check for netfilter_queue headers on older header packages
Affected Versions:
Effort:
Difficulty:
Label:
Description
The check for netfilter_queue headers may fail as, I assume, old versions of these headers use u_int_XX instead of the under uint_XX variants. This requires including sys/types.h and setting _GNU_SOURCE when doing the check.
Actions