mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 14:00:20 +04:00
Merge pull request #13108 from neheb/nets
netsniff-ng: add missing header
This commit is contained in:
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=netsniff-ng
|
||||
PKG_VERSION:=0.6.7
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/netsniff-ng/netsniff-ng/tar.gz/v$(PKG_VERSION)?
|
||||
|
||||
10
net/netsniff-ng/patches/010-uclibc.patch
Normal file
10
net/netsniff-ng/patches/010-uclibc.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- a/cookie.c
|
||||
+++ b/cookie.c
|
||||
@@ -2,6 +2,7 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <syslog.h>
|
||||
+#include <sys/types.h>
|
||||
|
||||
#include "cookie.h"
|
||||
|
||||
Reference in New Issue
Block a user