diff --git a/root-packages/libnetfilter-queue/fix-missing-define.patch b/root-packages/libnetfilter-queue/fix-missing-define.patch new file mode 100644 index 000000000..f7bdc8f36 --- /dev/null +++ b/root-packages/libnetfilter-queue/fix-missing-define.patch @@ -0,0 +1,13 @@ +diff --git a/src/extra/pktbuff.c b/src/extra/pktbuff.c +index 6dd0ca9..bc4db1b 100644 +--- a/src/extra/pktbuff.c ++++ b/src/extra/pktbuff.c +@@ -9,6 +9,8 @@ + * This code has been sponsored by Vyatta Inc. + */ + ++#define __USE_BSD ++ + #include + #include + #include /* for memcpy */