mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
libdaq: fix musl compatibility
Change occurences of `sys/unistd.h` to the standard `unistd.h` include. Fixes build against musl. Also refresh existing patch since it applied with fuzz. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libdaq
|
||||
PKG_VERSION:=2.0.4
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE_URL:=https://www.snort.org/downloads/snort/ \
|
||||
@SF/snort
|
||||
|
||||
Reference in New Issue
Block a user