mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
opennhrp: fix musl compatibility
- Add `fcntl.h` to `nrhp/opennhrp.c` for `open()`, `O_WRONLY` etc. - Add missing `sys/types.h` include to `nrhp/nrhp_common.h` to provide required `u_int*_t` types under musl Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2009-2011 OpenWrt.org
|
||||
# Copyright (C) 2009-2015 OpenWrt.org
|
||||
# Copyright (C) 2009 Jakob Pfeiffer
|
||||
# Copyright (C) 2014 Artem Makhutov
|
||||
#
|
||||
@@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=opennhrp
|
||||
PKG_VERSION:=0.14.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_MAINTAINER:=Artem Makhutov <artem@makhutov.org>
|
||||
PKG_LICENSE:=MIT License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user